remove console.log from Connor
This commit is contained in:
parent
5f347bff67
commit
fe3d280862
1 changed files with 0 additions and 1 deletions
|
@ -225,7 +225,6 @@
|
|||
|
||||
if (href.attr === "") Metamaps.Router.home();
|
||||
else {
|
||||
console.log(segments);
|
||||
Metamaps.Router[segments[0]](segments[1], segments[2]);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue