Skip to content

Commit

Permalink
fix: Remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
manthey committed May 8, 2023
1 parent 7941888 commit 64d0096
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 64d0096

Please sign in to comment.