Skip to content

Commit c8d1866

Browse files
committed
Removed debug print
1 parent 26c16d1 commit c8d1866

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

csv2qif.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@
9999

100100
# Create qif entry
101101
entry = qifTpl.format(date = date, amount = row[qAmount], payee = row[qPayee])
102-
print entry
103102
qifWriter.write(entry)
104103

105104
qifWriter.close()

0 commit comments

Comments
 (0)