Skip to content

Commit 45806c9

Browse files
author
Harvey Connor
committed
Remove console.log in index
1 parent 304c92a commit 45806c9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

js/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
import { NativeEventEmitter, NativeModules, Platform } from 'react-native';
1414
import invariant from 'invariant';
1515

16-
console.log(NativeModules);
17-
1816
const { RNCPushNotificationIOS } = NativeModules;
1917

2018
const PushNotificationEmitter = new NativeEventEmitter(RNCPushNotificationIOS);

0 commit comments

Comments
 (0)