Skip to content

Commit

Permalink
fix(tests): remove print-statement from test
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-monch committed Jul 8, 2024
1 parent 86c728f commit 67acb45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datalad_next/url_operations/tests/test_ssh.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def __init__(self, *args, **kwargs):
self.returncode = 0

def start(self, *args, **kwargs):
print(args, kwargs)
pass

return XShell()

Expand Down

0 comments on commit 67acb45

Please sign in to comment.