[OpenLayers-Commits] r2006 - sandbox/vector/lib/OpenLayers/Control/EditingTool
commits at openlayers.org
commits at openlayers.org
Tue Dec 5 03:54:01 EST 2006
Author: pgiraud
Date: 2006-12-05 03:53:58 -0500 (Tue, 05 Dec 2006)
New Revision: 2006
Modified:
sandbox/vector/lib/OpenLayers/Control/EditingTool/MovePathPoint.js
Log:
removed console.log calls
Modified: sandbox/vector/lib/OpenLayers/Control/EditingTool/MovePathPoint.js
===================================================================
--- sandbox/vector/lib/OpenLayers/Control/EditingTool/MovePathPoint.js 2006-12-04 23:06:07 UTC (rev 2005)
+++ sandbox/vector/lib/OpenLayers/Control/EditingTool/MovePathPoint.js 2006-12-05 08:53:58 UTC (rev 2006)
@@ -154,7 +154,6 @@
//this.layer.selection = OpenLayers.Util.removeItem(this.layer.selection, geometry.feature);
}
} else {
- console.log(geometry);
this.layer.selection = geometry.feature?[geometry.feature]:[];
}
@@ -185,8 +184,6 @@
this.layer.renderer.drawGeometry(this.selection[i], this.layer.style);
}
-console.log(this.layer.selection.length);
-
// redraw the modified Geometries
for(var i = 0; i < this.layer.selection.length; i++) {
this.layer.renderer.drawGeometry(this.layer.selection[i].geometry, this.layer.style);
More information about the Commits
mailing list