Skip to content

Commit

Permalink
Merge pull request #12 from harveyconnor/master
Browse files Browse the repository at this point in the history
Remove console.log in index
  • Loading branch information
Rafael Lincoln committed May 17, 2019
2 parents 304c92a + 45806c9 commit 56cae07
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions js/index.js
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 56cae07

Please sign in to comment.