Skip to content

Commit 25defcb

Browse files
committed
Remove stray log
1 parent f52fe4c commit 25defcb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/App.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,6 @@ export default class App extends Component {
202202

203203
render() {
204204
const { configError } = this.props;
205-
console.log({ configError });
206205
if (configError) {
207206
return (
208207
<ConfigContainer>

0 commit comments

Comments
 (0)