mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Remove simple-git debugging
This commit is contained in:
parent
b5f568fb40
commit
152c5a026a
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