From 45806c9595585ca63e2450cac9c56b52abf95c19 Mon Sep 17 00:00:00 2001 From: Harvey Connor Date: Mon, 1 Apr 2019 16:44:51 +1100 Subject: [PATCH] Remove console.log in index --- js/index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/js/index.js b/js/index.js index 07abab3a1..15573f036 100644 --- a/js/index.js +++ b/js/index.js @@ -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);