Skip to content

Commit

Permalink
Remove unneccessary debug logging message
Browse files Browse the repository at this point in the history
  • Loading branch information
bikegeek committed Sep 25, 2021
1 parent 9650b5b commit 9849583
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion metplus/wrappers/cyclone_plotter_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,6 @@ def create_plot(self):
"time storm was able to be tracked in model")

# Settings for the legend box location.
self.logger.debug(f"!!!!!legend font size: {self.legend_font_size}")
ax.legend(loc='lower left', bbox_to_anchor=(0, -0.4),
fancybox=True, shadow=True, scatterpoints=1,
prop={'size':self.legend_font_size})
Expand Down

0 comments on commit 9849583

Please sign in to comment.