diff --git a/source/Ox.UI/js/Map/Ox.MapPlace.js b/source/Ox.UI/js/Map/Ox.MapPlace.js index 9c800007..66234fb2 100644 --- a/source/Ox.UI/js/Map/Ox.MapPlace.js +++ b/source/Ox.UI/js/Map/Ox.MapPlace.js @@ -155,7 +155,6 @@ Ox.MapPlace = function(options) { Ox.forEach(options, function(value, key) { that[key] = value; }); - Ox.print('map place options', that) update(true); };