Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbonnin committed Jan 24, 2024
1 parent 17ee2e3 commit 2e89a79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ object TestUtils {
block(dest)
} finally {
// Comment this line if you want to keep the directory around during development
// dest.deleteRecursively()
dest.deleteRecursively()
}
}

Expand Down

0 comments on commit 2e89a79

Please sign in to comment.