Skip to content

Commit e70248c

Browse files
authored
Merge pull request #879 from RooVetGit/cte/remove-checkpoint-debugging
Remove simple-git debugging
2 parents d1000f2 + 152c5a0 commit e70248c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/services/checkpoints/CheckpointService.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ import path from "path"
55
import debug from "debug"
66
import simpleGit, { SimpleGit, CleanOptions } from "simple-git"
77

8-
if (process.env.NODE_ENV !== "test") {
9-
debug.enable("simple-git")
10-
}
11-
128
export type CheckpointServiceOptions = {
139
taskId: string
1410
git?: SimpleGit

0 commit comments

Comments
 (0)