From 4c5aef6e4f433a7ca495fe1e5999d8d1a5a58b68 Mon Sep 17 00:00:00 2001 From: vjrj Date: Fri, 15 Dec 2017 17:43:01 +0100 Subject: [PATCH] Removed log --- imports/startup/client/Gkeys.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imports/startup/client/Gkeys.js b/imports/startup/client/Gkeys.js index 5b21f32..0a1f83e 100644 --- a/imports/startup/client/Gkeys.js +++ b/imports/startup/client/Gkeys.js @@ -35,7 +35,7 @@ class GkeysC { const key = this.gmapkey.get(); if (key) { // already loaded - console.log('GMaps already loaded'); + // console.log('GMaps already loaded'); this.doCallbacks(key); computation.stop(); } else {