From fb3d82ccb9221a8928a9a81618bfade526853820 Mon Sep 17 00:00:00 2001 From: Christof Date: Thu, 21 May 2020 08:32:12 +0200 Subject: [PATCH] cleanup --- freqtrade/plot/plotting.py | 1 - 1 file changed, 1 deletion(-) diff --git a/freqtrade/plot/plotting.py b/freqtrade/plot/plotting.py index ea18e7102..02636d831 100644 --- a/freqtrade/plot/plotting.py +++ b/freqtrade/plot/plotting.py @@ -289,7 +289,6 @@ def generate_candlestick_graph(pair: str, data: pd.DataFrame, trades: pd.DataFra :return: Plotly figure """ plot_config = create_plotconfig(indicators1, indicators2, plot_config) - print(plot_config) rows = 2 + len(plot_config['subplots']) row_widths = [1 for _ in plot_config['subplots']] # Define the graph