Merge pull request #879 from RooVetGit/cte/remove-checkpoint-debugging

Remove simple-git debugging
This commit is contained in:
Matt Rubens 2025-02-08 12:31:11 -05:00 committed by GitHub
commit e70248c34c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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