We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8eab69b + ac05ecb commit 927fe8fCopy full SHA for 927fe8f
src/services/notifications/gcm.js
@@ -5,7 +5,6 @@ let gcmProvider; // eslint-disable-line
5
6
if (!gcmProvider) {
7
gcmProvider = new gcm.Sender(CONSTANTS.NOTIFICATION_ANDROID_SERVER_KEY);
8
- console.log('NOTIFICATION_ANDROID_SERVER_KEY', CONSTANTS.NOTIFICATION_ANDROID_SERVER_KEY);
9
}
10
11
export default gcmProvider;
0 commit comments