Skip to content
Snippets Groups Projects
Commit 941cef9c authored by Martin Schultz's avatar Martin Schultz
Browse files

removed debug statements in run.py

parent 871daf2b
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -44,8 +44,6 @@ if __name__ == '__main__':
filenames = []
for f in args.filenames:
filenames.extend(str(f).strip().split(','))
print(repr(filenames))
# exit(1)
deposit = Depositor(
args.apitoken,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment