From 3c2f9ba0f222610180862d6516d9b1ab78e51cbd Mon Sep 17 00:00:00 2001 From: Michele Ceriotti Date: Wed, 9 Oct 2024 10:18:38 +0200 Subject: [PATCH] Stray console.log statement --- src/map/map.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/map/map.ts b/src/map/map.ts index 6a8973100..9e0106f1d 100644 --- a/src/map/map.ts +++ b/src/map/map.ts @@ -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