From: Benjamin Mako Hill Date: Mon, 18 Feb 2013 07:25:36 +0000 (-0500) Subject: remove debug code X-Git-Url: https://projects.mako.cc/source/swohoa/commitdiff_plain/734166a2793a0cd984f6a6d1811c029ecd2e06be remove debug code --- 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