From 734166a2793a0cd984f6a6d1811c029ecd2e06be Mon Sep 17 00:00:00 2001 From: Benjamin Mako Hill Date: Mon, 18 Feb 2013 02:25:36 -0500 Subject: [PATCH] remove debug code --- swohoa2sqlite.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/swohoa2sqlite.py b/swohoa2sqlite.py index c8a9742..5e899ef 100644 --- a/swohoa2sqlite.py +++ b/swohoa2sqlite.py @@ -16,9 +16,6 @@ raw_data = raw_data.replace('\r\n', '') raw_data = raw_data.replace('""', '"') raw_data = re.sub(';$', '', raw_data) -print raw_data -sys.exit() - data = json.loads(raw_data) # interate through the data from the json website and create a list of -- 2.30.2