From 85f3857285ff4ad4f3b84785315d57ae99bf73db Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Mon, 12 Oct 2015 18:07:13 -0700 Subject: [PATCH] Removing raise statement used for testing --- panoramix/views.py | 1 - 1 file changed, 1 deletion(-) diff --git a/panoramix/views.py b/panoramix/views.py index 3ee160a9d..46ba40245 100644 --- a/panoramix/views.py +++ b/panoramix/views.py @@ -255,7 +255,6 @@ class Panoramix(BaseView): @has_access @expose("/datasource///") def datasource(self, datasource_type, datasource_id): - raise if datasource_type == "table": datasource = ( db.session