[OpenLayers-Commits] r3169 - trunk/openlayers/lib/OpenLayers/Format
commits at openlayers.org
commits at openlayers.org
Thu May 24 02:47:04 EDT 2007
Author: crschmidt
Date: 2007-05-24 02:47:03 -0400 (Thu, 24 May 2007)
New Revision: 3169
Modified:
trunk/openlayers/lib/OpenLayers/Format/WKT.js
Log:
remove console.log() from OpenLayers.Format.WKT , patch from Fredj, #720 (thx)
Modified: trunk/openlayers/lib/OpenLayers/Format/WKT.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Format/WKT.js 2007-05-24 03:14:44 UTC (rev 3168)
+++ trunk/openlayers/lib/OpenLayers/Format/WKT.js 2007-05-24 06:47:03 UTC (rev 3169)
@@ -222,7 +222,6 @@
for(var i=0; i<points.length; ++i) {
components.push(this.parse.point.apply(this, [points[i]]).geometry);
}
- console.log(components);
return new OpenLayers.Feature.Vector(
new OpenLayers.Geometry.LineString(components)
);
More information about the Commits
mailing list