Skip to content

Commit f5edc75

Browse files
committed
chore(error): remove useless logging
1 parent 28dc10a commit f5edc75

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/lib/ggshield-api.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ export function runGGShieldCommand(
5555
if (workspace.workspaceFolders?.length || 0 > 0) {
5656
options["cwd"] = workspace.workspaceFolders![0].uri.fsPath;
5757
}
58-
console.log(ggshieldPath, args, options);
59-
6058
let proc = spawnSync(ggshieldPath, args, options);
6159

6260
return proc;
@@ -227,7 +225,6 @@ export async function loginGGShield(
227225
};
228226

229227
let args = ["auth", "login", "--method=web"];
230-
console.log(ggshieldPath, args, options);
231228

232229
return new Promise((resolve) => {
233230
const proc = spawn(ggshieldPath, args, options);

0 commit comments

Comments
 (0)