Skip to content

Commit

Permalink
Delete print
Browse files Browse the repository at this point in the history
  • Loading branch information
SavingFrame committed Dec 29, 2023
1 parent 35778fc commit cb59b1b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion iso18245/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ def _load_csv(path: str) -> List[List[str]]:

def _find_mcc_in_csv(mcc: str, path: str) -> List[str]:
for row in _load_csv(path):
print(row)
if row[0] == mcc:
return row[1:]
return []
Expand Down

0 comments on commit cb59b1b

Please sign in to comment.