Removed lgo

This commit is contained in:
vjrj 2017-12-11 16:12:09 +01:00
parent b1c9aad0ea
commit bdcb9a6de9

View file

@ -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 {