[OpenLayers-Commits] r1992 - sandbox/vector/lib/OpenLayers/Parser

commits at openlayers.org commits at openlayers.org
Sat Dec 2 03:32:36 EST 2006


Author: pgiraud
Date: 2006-12-02 03:32:35 -0500 (Sat, 02 Dec 2006)
New Revision: 1992

Modified:
   sandbox/vector/lib/OpenLayers/Parser/GML.js
Log:
removed console.log call

Modified: sandbox/vector/lib/OpenLayers/Parser/GML.js
===================================================================
--- sandbox/vector/lib/OpenLayers/Parser/GML.js	2006-12-01 23:13:40 UTC (rev 1991)
+++ sandbox/vector/lib/OpenLayers/Parser/GML.js	2006-12-02 08:32:35 UTC (rev 1992)
@@ -45,8 +45,6 @@
         for (var i=0; i < featureNodes.length; i++) {
             var feature = this.processXMLNode(featureNodes[i]);
             
-            console.log(feature);
-
             if (feature) {
                 this.featureCollection.push(feature);
 				



More information about the Commits mailing list