Browse Source

Remove simple-git debugging

cte 10 months ago
parent
commit
152c5a026a
1 changed files with 0 additions and 4 deletions
  1. 0 4
      src/services/checkpoints/CheckpointService.ts

+ 0 - 4
src/services/checkpoints/CheckpointService.ts

@@ -5,10 +5,6 @@ import path from "path"
 import debug from "debug"
 import simpleGit, { SimpleGit, CleanOptions } from "simple-git"
 
-if (process.env.NODE_ENV !== "test") {
-	debug.enable("simple-git")
-}
-
 export type CheckpointServiceOptions = {
 	taskId: string
 	git?: SimpleGit