mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
Merge pull request #879 from RooVetGit/cte/remove-checkpoint-debugging
Remove simple-git debugging
This commit is contained in:
commit
e70248c34c
1 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue