Skip to content

Commit

Permalink
Stray console.log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
ceriottm committed Oct 9, 2024
1 parent 1d799e1 commit 3c2f9ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/map/map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,6 @@ export class PropertiesMap {
mode: this._options.traceLine.value ? 'lines+markers' : 'markers',
showlegend: false,
};
console.log(main);

// Create a second trace to store the last clicked point, in order to
// display it on top of the main plot with different styling. This is
Expand Down

0 comments on commit 3c2f9ba

Please sign in to comment.