Skip to content

Commit

Permalink
clean up debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccahaines1 committed Nov 18, 2024
1 parent d7b87c0 commit 6a4ed62
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions wscleaner/wscleaner.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,11 +236,9 @@ def delete(self, runfolder_name: str, runfolder_path: str) -> Optional[bool]:
if self.dry_run:
script_logger.info(f"DRY RUN DELETE {runfolder_name}")
else:
print("test error message- is run deleting?")
shutil.rmtree(runfolder_path)
script_logger.info(f"{runfolder_name} DELETED.")
return True
print("test error message- is run deleting?")


class CheckRunfolder:
Expand Down

0 comments on commit 6a4ed62

Please sign in to comment.