Removed some debug messages.
This commit is contained in:
parent
219ab39e40
commit
070f583a5d
1 changed files with 0 additions and 2 deletions
|
|
@ -294,7 +294,6 @@ DynMap.prototype = {
|
||||||
getProjection: function() { return this.maptype.getProjection(); },
|
getProjection: function() { return this.maptype.getProjection(); },
|
||||||
selectMap: function(map, completed) {
|
selectMap: function(map, completed) {
|
||||||
if (!map) { throw "Cannot select map " + map; }
|
if (!map) { throw "Cannot select map " + map; }
|
||||||
console.log('Selecting map...');
|
|
||||||
var me = this;
|
var me = this;
|
||||||
|
|
||||||
if (me.maptype === map) {
|
if (me.maptype === map) {
|
||||||
|
|
@ -337,7 +336,6 @@ DynMap.prototype = {
|
||||||
if (completed) {
|
if (completed) {
|
||||||
completed();
|
completed();
|
||||||
}
|
}
|
||||||
console.log('Map selected.');
|
|
||||||
},
|
},
|
||||||
selectWorld: function(world, completed) {
|
selectWorld: function(world, completed) {
|
||||||
var me = this;
|
var me = this;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue