Skip to content

Commit 1aeb875

Browse files
dberenbaumdberenbaum
authored andcommitted
drop debugging comment
1 parent 5aae934 commit 1aeb875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dvc/repo/experiments/executor/local.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def init_cache(
169169
def cleanup(self, infofile: Optional[str] = None):
170170
super().cleanup(infofile)
171171
logger.debug("Removing tmpdir '%s'", self.root_dir)
172-
# remove(self.root_dir)
172+
remove(self.root_dir)
173173

174174
@classmethod
175175
def from_stash_entry(

0 commit comments

Comments
 (0)