Skip to content

Commit

Permalink
drecks debugprint raus
Browse files Browse the repository at this point in the history
  • Loading branch information
lausser committed Feb 16, 2024
1 parent 74f87c6 commit 0e378cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion recipes/default/classes/datasource_csvfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ def open(self):
self.file_class = CommentedFileEnv

def record_valid(self, filter, row):
print("filter={}, co={}, EX {}".format(filter, self.filter_column, self.filter_column in row))
if filter and self.filter_column in row:
return filter == row[self.filter_column]
else:
Expand Down

0 comments on commit 0e378cf

Please sign in to comment.