remove some debugging console.log calls left in by mistake

This commit is contained in:
Jon Atkins 2013-05-27 03:21:35 +01:00
parent 372a2b34c8
commit 50b3e0be38

View File

@ -54,9 +54,6 @@ window.requestData = function() {
));
}
}
for (i in tiles) {
console.log('bucket '+i+' size '+tiles[i].length);
}
// Reset previous result of Portal Render Limit handler
portalRenderLimit.init();