remove debug code
authorBenjamin Mako Hill <mako@atdot.cc>
Mon, 18 Feb 2013 07:25:36 +0000 (02:25 -0500)
committerBenjamin Mako Hill <mako@atdot.cc>
Mon, 18 Feb 2013 07:25:36 +0000 (02:25 -0500)
swohoa2sqlite.py

index c8a97420736319c2ea048fa9dfaa770095797203..5e899ef32951f48a9c3b8134fe7077c47321cc0d 100644 (file)
@@ -16,9 +16,6 @@ raw_data = raw_data.replace('\r\n', '')
 raw_data = raw_data.replace('""', '"')
 raw_data = re.sub(';$', '', raw_data)
 
 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
 data = json.loads(raw_data)
 
 # interate through the data from the json website and create a list of

Benjamin Mako Hill || Want to submit a patch?