From bdcb9a6de95573b2b4b243884859d51ccc4beccc Mon Sep 17 00:00:00 2001 From: vjrj Date: Mon, 11 Dec 2017 16:12:09 +0100 Subject: [PATCH] Removed lgo --- 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 672a573..75fd7a0 100644 --- a/imports/startup/client/Gkeys.js +++ b/imports/startup/client/Gkeys.js @@ -37,7 +37,7 @@ class GkeysC { const key = this.gmapkey.get(); if (key) { // already loaded - console.log(`GMaps already loaded: ${key}`); + console.log(`GMaps already loaded:`); this.doCallbacks(key); computation.stop(); } else {