Skip to content

Commit

Permalink
Merge pull request #1276 from OpenGeoscience/remove-debug
Browse files Browse the repository at this point in the history
fix: Remove debug statement
  • Loading branch information
manthey authored May 8, 2023
2 parents 7941888 + 64d0096 commit 953e0f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mapInteractor.js
Original file line number Diff line number Diff line change
Expand Up @@ -1110,7 +1110,6 @@ var mapInteractor = function (args) {
m_this._getMouseButton(evt);
m_this._getMouseModifiers(evt);

console.log(JSON.stringify(m_this.mouse().buttons)); // DWM::
m_this.map().geoTrigger(geo_event.mousedown, m_this.mouse());

if (m_options.click.enabled &&
Expand Down

0 comments on commit 953e0f4

Please sign in to comment.