From 5a5fa147d323754e7afdcb63695434d8c24486d7 Mon Sep 17 00:00:00 2001 From: FrozenCow Date: Fri, 22 Jul 2011 00:15:10 +0200 Subject: [PATCH] Removed some debug messages. --- web/js/map.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/web/js/map.js b/web/js/map.js index 9b040f92..a4c5abd4 100644 --- a/web/js/map.js +++ b/web/js/map.js @@ -294,7 +294,6 @@ DynMap.prototype = { getProjection: function() { return this.maptype.getProjection(); }, selectMap: function(map, completed) { if (!map) { throw "Cannot select map " + map; } - console.log('Selecting map...'); var me = this; if (me.maptype === map) { @@ -337,7 +336,6 @@ DynMap.prototype = { if (completed) { completed(); } - console.log('Map selected.'); }, selectWorld: function(world, completed) { var me = this;