Skip to content

Commit

Permalink
Address a SonarQube issue in make_maps() wrt logger
Browse files Browse the repository at this point in the history
  • Loading branch information
bikegeek committed Oct 1, 2024
1 parent 7949b2e commit 31380c8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions metplotpy/plots/polar_plot/polar_ice_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,6 @@ def make_maps(image_dir, hemisphere,
obstype_name, init_time, logger):
cmap = 'nipy_spectral'

# Get a common logger to use throughout
logger = util.get_common_logger(config['log_level'], config['log_filename'])
# pretty pictures
logger.info(f'Plotting ice {obstype_name}')
plt.figure(dpi=150)
Expand Down

0 comments on commit 31380c8

Please sign in to comment.