Skip to content

Commit

Permalink
Remove console.log in index
Browse files Browse the repository at this point in the history
  • Loading branch information
Harvey Connor committed Apr 1, 2019
1 parent 304c92a commit 45806c9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
import { NativeEventEmitter, NativeModules, Platform } from 'react-native';
import invariant from 'invariant';

console.log(NativeModules);

const { RNCPushNotificationIOS } = NativeModules;

const PushNotificationEmitter = new NativeEventEmitter(RNCPushNotificationIOS);
Expand Down

0 comments on commit 45806c9

Please sign in to comment.