Skip to content

Commit

Permalink
Merge pull request #79 from Dr-Nuke/master
Browse files Browse the repository at this point in the history
remove printout row
  • Loading branch information
tarioch authored Jan 2, 2023
2 parents fc75aa8 + 4b7dfbc commit 13c70c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tariochbctools/importers/neon/importer.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ def extract(self, file, existing_entries):
metakv = {
"category": row["Category"],
}
print(row)
if row["Original currency"] != "":
metakv["original_currency"] = row["Original currency"]
metakv["original_amount"] = row["Original amount"]
Expand Down

0 comments on commit 13c70c4

Please sign in to comment.