Skip to content

Commit

Permalink
remove stray print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmmease committed Nov 25, 2018
1 parent e5a4d4f commit ed65c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion holoviews/plotting/plotly/element.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ def generate_plot(self, key, ranges):
figure = fig
else:
figure.add_traces(fig.data)
print(type(self), self.projection)

layout = self.init_layout(key, element, ranges)
figure['layout'].update(layout)
self.handles['fig'] = figure
Expand Down

0 comments on commit ed65c14

Please sign in to comment.