From 6fc9685d8f5092c7df325f5d8a6caca1f5aa9ebc Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 9 May 2013 13:25:25 +0200 Subject: Minor: remove debug --- archaeological_operations/import_from_csv.py | 1 - 1 file changed, 1 deletion(-) diff --git a/archaeological_operations/import_from_csv.py b/archaeological_operations/import_from_csv.py index d00327cef..9d7a57734 100644 --- a/archaeological_operations/import_from_csv.py +++ b/archaeological_operations/import_from_csv.py @@ -430,7 +430,6 @@ def parse_parcels(parcel_str, insee_code, owner): parcel_str = parcel_str[m.span()[1]:] for parcel in PARCEL_SECTION_REGEXP.findall(parcel_str): sector, nums = parcel[0], parcel[1] - print PARCEL_NB_REGEXP.findall(nums) for num in PARCEL_NB_REGEXP.findall(nums): parcels.append({'year':year, 'town':town, 'section':sector, 'parcel_number':num, 'history_modifier':owner}) -- cgit v1.2.3