Skip to content

Commit

Permalink
I'm done with #1034, no need to talk about it.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwod committed Apr 26, 2022
1 parent dc9ecc7 commit d5c26f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion new-client/src/models/AppModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,6 @@ class AppModel {
config.tools.find((t) => t.type === "infoclick")?.options
?.useNewInfoclick === true;
if (useNewInfoclick) {
console.log("useNewInfoclick: ", useNewInfoclick);
const mapClickModel = new MapClickModel(this.map, this.globalObserver);

mapClickModel.bindMapClick((featureCollections) => {
Expand Down

0 comments on commit d5c26f6

Please sign in to comment.