mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-25 03:35:18 +01:00
Removed some debug messages.
This commit is contained in:
parent
b944b3b729
commit
5a5fa147d3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user