[Commits] r1571 - sandbox/cmoullet/ux/Redlining/ux/control
commits at geoext.org
commits at geoext.org
Wed Dec 9 16:09:28 CET 2009
Author: cmoullet
Date: 2009-12-09 16:09:28 +0100 (Wed, 09 Dec 2009)
New Revision: 1571
Modified:
sandbox/cmoullet/ux/Redlining/ux/control/RedliningControl.js
Log:
Remove console.log
Modified: sandbox/cmoullet/ux/Redlining/ux/control/RedliningControl.js
===================================================================
--- sandbox/cmoullet/ux/Redlining/ux/control/RedliningControl.js 2009-12-08 15:15:00 UTC (rev 1570)
+++ sandbox/cmoullet/ux/Redlining/ux/control/RedliningControl.js 2009-12-09 15:09:28 UTC (rev 1571)
@@ -17,7 +17,7 @@
OpenLayers.Control.prototype.initialize.apply(this, arguments);
this.layer.events.on({
"beforefeaturemodified": function(event) {
- console.log(event.type + " Show edition popup " + event.feature.id);
+ //console.log(event.type + " Show edition popup " + event.feature.id);
},
"featuremodified": function(event) {
},
More information about the Commits
mailing list