Skip to content

Commit

Permalink
Merge pull request #71 from Dr-Nuke/patch-2
Browse files Browse the repository at this point in the history
removed content printout
  • Loading branch information
tarioch authored Aug 26, 2022
2 parents 3ba3e60 + 7e6f6b9 commit e4d0128
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/tariochbctools/importers/neon/importer.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ def extract(self, file, existing_entries):
entries = []

with StringIO(file.contents()) as csvfile:
print(file.name)
print(file.contents())
reader = csv.DictReader(
csvfile,
[
Expand Down

0 comments on commit e4d0128

Please sign in to comment.