Skip to content

Commit 4b06105

Browse files
authored
Removed debug print statement (#1008)
2 parents bf89719 + 0299753 commit 4b06105

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ssvc/selection.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,6 @@ def _post_process(self, data):
318318
"""
319319
for x in list(data.keys()):
320320
if not data[x]:
321-
print(x)
322321
del data[x]
323322
return data
324323

0 commit comments

Comments
 (0)