Skip to content

Commit 728a3bb

Browse files
committed
fix: Remove a debug command
1 parent c0ecc2f commit 728a3bb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/annotationLayer.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,6 @@ var annotationLayer = function (arg) {
758758
m_this.map().interactor().addAction(action);
759759
});
760760
}
761-
console.log({mode: m_mode, oldMode, oldState, oldCoordinates, reason});
762761
m_this.geoTrigger(geo_event.annotation.mode, {
763762
mode: m_mode, oldMode, oldState, oldCoordinates, reason});
764763
if (oldMode === m_this.modes.edit || oldMode === m_this.modes.cursor) {

0 commit comments

Comments
 (0)