Skip to content

Commit 152c5a0

Browse files
committed
Remove simple-git debugging
1 parent b5f568f commit 152c5a0

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)