Skip to content

Commit

Permalink
drop debugging comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dberenbaum authored and dberenbaum committed Mar 7, 2024
1 parent 5aae934 commit 1aeb875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dvc/repo/experiments/executor/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def init_cache(
def cleanup(self, infofile: Optional[str] = None):
super().cleanup(infofile)
logger.debug("Removing tmpdir '%s'", self.root_dir)
# remove(self.root_dir)
remove(self.root_dir)

@classmethod
def from_stash_entry(
Expand Down

0 comments on commit 1aeb875

Please sign in to comment.