remove console.logs whoops
This commit is contained in:
parent
453758a9ff
commit
5f347bff67
1 changed files with 0 additions and 5 deletions
|
@ -92,12 +92,7 @@ Metamaps.Views.init = function () {
|
|||
|
||||
Metamaps.Loading.hide();
|
||||
|
||||
console.log("OK current page is " + Metamaps.currentPage);
|
||||
console.log(Metamaps);
|
||||
setTimeout((function(localCurrentPage){ return function(){
|
||||
console.log("YEAH current page is " + Metamaps.currentPage);
|
||||
console.log("YEAH current page passed is " + localCurrentPage);
|
||||
console.log(Metamaps);
|
||||
var path = (Metamaps.currentSection == "") ? "" : "/explore/" + localCurrentPage;
|
||||
|
||||
// alter url if for mapper profile page
|
||||
|
|
Loading…
Reference in a new issue