Skip to content

Commit a0ea88d

Browse files
committed
fix(test): remove print debugging statement
1 parent e768d8a commit a0ea88d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/features/steps/well-inventory-csv-given.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ def _set_file_content(context: Context, name):
2929

3030
def _set_file_content_from_path(context: Context, path: Path, name: str | None = None):
3131
context.file_path = path
32-
print(context.file_path)
3332
import hashlib
3433

3534
context.file_name = name or path.name

0 commit comments

Comments
 (0)