Skip to content

Commit c37fd1a

Browse files
authored
Merge pull request #1401 from OpenGeoscience/remove-debug
fix: Remove a debug command
2 parents c0ecc2f + 728a3bb commit c37fd1a

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)