Skip to content

Commit

Permalink
Removed print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
smeingast committed Mar 30, 2023
1 parent 919828a commit 9686e10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vircampype/pipeline/worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ def main():

# Reset temp and header folders if flag is set
if args.reset:
print("Reset")
clean_directory(pipeline.setup.folders["temp"])
clean_directory(pipeline.setup.folders["headers"])
return
Expand Down

0 comments on commit 9686e10

Please sign in to comment.