Skip to content

Commit

Permalink
[hotfix] delete ipdb breakpoint (#1917)
Browse files Browse the repository at this point in the history
  • Loading branch information
vera-liu authored Jan 6, 2017
1 parent 2226716 commit 783ad70
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions superset/viz.py
Original file line number Diff line number Diff line change
Expand Up @@ -1253,8 +1253,6 @@ def to_series(self, df, classed='', title_suffix=''):

def get_data(self):
df = self.get_df()
import ipdb
ipdb.set_trace()
chart_data = self.to_series(df)

time_compare = self.form_data.get('time_compare')
Expand Down

0 comments on commit 783ad70

Please sign in to comment.