Skip to content

Commit

Permalink
forgot to remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Arne Recknagel committed Oct 12, 2019
1 parent 713720e commit 67c65e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion panel/pane/plotly.py
Expand Up @@ -93,7 +93,6 @@ def _get_sources(json):

@staticmethod
def _get_sources_for_trace(json, data, parent_path=''):
print(json)
for key, value in list(json.items()):
full_path = key if not parent_path else (parent_path + '.' + key)
if isinstance(value, np.ndarray):
Expand Down

0 comments on commit 67c65e4

Please sign in to comment.