Skip to content

Commit

Permalink
Unnecessary console.log removed
Browse files Browse the repository at this point in the history
Fixes #80
  • Loading branch information
chird committed Nov 7, 2023
1 parent b85e353 commit 31641b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/meteoJS/thermodynamicDiagram/WindspeedProfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,6 @@ export class WindspeedProfile extends PlotAltitudeDataArea {
if (labelFont.anchor == 'end' &&
x < 45)
labelFont.anchor = 'start';
console.log(labelFont.anchor, x, this.width);
if (labelFont['alignment-baseline'] == 'bottom' &&
y < labelFont.size * 5/4)
labelFont['alignment-baseline'] = 'top';
Expand Down

0 comments on commit 31641b0

Please sign in to comment.