From b8dc0942702cd91b30c326f2523af980b5f23e12 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Thu, 19 May 2016 14:36:07 +0200 Subject: [PATCH] remove debugging statement --- wcs_olap/cmd.py | 1 - 1 file changed, 1 deletion(-) diff --git a/wcs_olap/cmd.py b/wcs_olap/cmd.py index 794dc0c..5a10b36 100644 --- a/wcs_olap/cmd.py +++ b/wcs_olap/cmd.py @@ -16,7 +16,6 @@ def main(): except SystemExit: raise except: - raise tb.print_tb() raise SystemExit(1)