Skip to content

Commit

Permalink
Removing raise statement used for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Oct 13, 2015
1 parent 7a4eaf4 commit 85f3857
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion panoramix/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,6 @@ class Panoramix(BaseView):
@has_access
@expose("/datasource/<datasource_type>/<datasource_id>/")
def datasource(self, datasource_type, datasource_id):
raise
if datasource_type == "table":
datasource = (
db.session
Expand Down

0 comments on commit 85f3857

Please sign in to comment.