Removed log
This commit is contained in:
parent
eef1fd85f0
commit
4c5aef6e4f
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ class GkeysC {
|
||||||
const key = this.gmapkey.get();
|
const key = this.gmapkey.get();
|
||||||
if (key) {
|
if (key) {
|
||||||
// already loaded
|
// already loaded
|
||||||
console.log('GMaps already loaded');
|
// console.log('GMaps already loaded');
|
||||||
this.doCallbacks(key);
|
this.doCallbacks(key);
|
||||||
computation.stop();
|
computation.stop();
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue