[Mapbender-commits] r1330 - trunk/mapbender/http/javascripts

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Mon May 21 06:01:59 EDT 2007


Author: christoph
Date: 2007-05-21 06:01:59 -0400 (Mon, 21 May 2007)
New Revision: 1330

Modified:
   trunk/mapbender/http/javascripts/map.php
Log:
removed console.log

Modified: trunk/mapbender/http/javascripts/map.php
===================================================================
--- trunk/mapbender/http/javascripts/map.php	2007-05-21 09:55:57 UTC (rev 1329)
+++ trunk/mapbender/http/javascripts/map.php	2007-05-21 10:01:59 UTC (rev 1330)
@@ -1677,7 +1677,6 @@
 	this.execute = function () {
 		for (var i = 0; i < this.count(); i++) {
 			var aFunction = this.get(i);
-			console.log("execute: %s", this);
 			if (typeof(aFunction) == 'function') {
 				aFunction();
 			}



More information about the Mapbender_commits mailing list