Remove simple-git debugging

This commit is contained in:
cte 2025-02-08 09:09:14 -08:00
parent b5f568fb40
commit 152c5a026a

View file

@ -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