ImportCSV: remove debugging code
This commit is contained in:
parent
e5d564dbf0
commit
c0bdfafbda
@ -398,7 +398,6 @@ class CSVParser(object):
|
|||||||
def _parse_marriage(self, line_number, row, col):
|
def _parse_marriage(self, line_number, row, col):
|
||||||
"Parse the content of a Marriage,Husband,Wife line."
|
"Parse the content of a Marriage,Husband,Wife line."
|
||||||
marriage_ref = rd(line_number, row, col, "marriage")
|
marriage_ref = rd(line_number, row, col, "marriage")
|
||||||
import pdb; pdb.set_trace()
|
|
||||||
husband = rd(line_number, row, col, "husband")
|
husband = rd(line_number, row, col, "husband")
|
||||||
wife = rd(line_number, row, col, "wife")
|
wife = rd(line_number, row, col, "wife")
|
||||||
marriagedate = rd(line_number, row, col, "date")
|
marriagedate = rd(line_number, row, col, "date")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user