Skip to content

Commit

Permalink
Merge pull request #340 from jenshnielsen/remote_setlevel
Browse files Browse the repository at this point in the history
remove leftover call to setlevel
  • Loading branch information
jenshnielsen committed Oct 24, 2022
2 parents af42b2f + 931a9bb commit b629e1d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plottr/plot/mpl/autoplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
PlotItem, ComplexRepresentation, determinePlotDataType, PlotWidgetContainer

logger = logging.getLogger(__name__)
logger.setLevel(logging.INFO)


class FigureMaker(BaseFM):
"""Matplotlib implementation for :class:`.AutoFigureMaker`.
Expand Down

0 comments on commit b629e1d

Please sign in to comment.