Skip to content

Commit 5dc360c

Browse files
author
ryanjohnson
committed
remove stray console.log
1 parent 8fe6dc5 commit 5dc360c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/LocalizeProvider.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,6 @@ export class LocalizeProvider extends Component<
9999
}
100100

101101
dispatch(action: any) {
102-
console.log('action', action);
103-
104102
this.setState(prevState => {
105103
return {
106104
localize: localizeReducer(prevState.localize, action)

0 commit comments

Comments
 (0)