Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/bug/fix_failing_plotly_tests' in…
Browse files Browse the repository at this point in the history
…to feature/auto_sphinx_api
  • Loading branch information
Malte Jahn committed Mar 24, 2023
2 parents b6f095f + b5465ea commit f0e72b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion edisgo/tools/plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -1543,7 +1543,6 @@ def plot_dash_app(

app = JupyterDash(__name__)
# Workaround to use standard python logging with plotly dash
logger.handlers.pop()
if debug:
app.logger.disabled = False
app.logger.setLevel(logging.DEBUG)
Expand Down

0 comments on commit f0e72b5

Please sign in to comment.