[Mapbender-commits] r7522 - in trunk/mapbender/http: javascripts plugins

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Feb 3 04:36:30 EST 2011


Author: kmq
Date: 2011-02-03 01:36:30 -0800 (Thu, 03 Feb 2011)
New Revision: 7522

Modified:
   trunk/mapbender/http/javascripts/initWmcObj.php
   trunk/mapbender/http/plugins/wfsConfTree.js
Log:
removing console.log()s

Modified: trunk/mapbender/http/javascripts/initWmcObj.php
===================================================================
--- trunk/mapbender/http/javascripts/initWmcObj.php	2011-02-03 09:20:21 UTC (rev 7521)
+++ trunk/mapbender/http/javascripts/initWmcObj.php	2011-02-03 09:36:30 UTC (rev 7522)
@@ -495,7 +495,6 @@
 $wfsConfIdString = $wmcGetApi->generalExtensionArray['WFSCONFIDSTRING'];
 $wmcFeaturetypeStr = <<<JS
 	Mapbender.events.afterInit.register(function () {
-		console.log("triggering the thing");
 		$('#body').trigger('addFeaturetypeConfs', [
 			{ featuretypeConfObj : $wmcFeaturetypeJson,
 				wfsConfIdString: "$wfsConfIdString"}

Modified: trunk/mapbender/http/plugins/wfsConfTree.js
===================================================================
--- trunk/mapbender/http/plugins/wfsConfTree.js	2011-02-03 09:20:21 UTC (rev 7521)
+++ trunk/mapbender/http/plugins/wfsConfTree.js	2011-02-03 09:36:30 UTC (rev 7522)
@@ -160,7 +160,6 @@
 			wfsConfIdString: wfsConfIdString
 		},
 		callback: function(result,success,message){
-			console.debug("FROM GUI");
 			reset(result);
 		}
 	});
@@ -176,7 +175,6 @@
 				wfsConfIdString: obj.wfsConfIdString
 			},
 			callback: function(result,success,message){
-				console.debug("FROM WMS");
 				reset(result);
 			}
 		});



More information about the Mapbender_commits mailing list