Skip to content

Commit

Permalink
Stray console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
ceriottm committed Nov 6, 2024
1 parent 21ddf7a commit 2480c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/map/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export class MapOptions extends OptionsGroup {
this.y = new AxisOptions(propertiesNames);
// For z and color '' is a valid value
this.z = new AxisOptions(propertiesNames.concat(['']));
console.log('initialized z as', this.z);

// Initialise symbol
this.symbol = new HTMLOption('string', '');
const validSymbols = [''];
Expand Down

0 comments on commit 2480c34

Please sign in to comment.