Skip to content

Commit 47fde7c

Browse files
committed
chore: remove dead code
1 parent 01dca3c commit 47fde7c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/ggshield-configuration-utils.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ export async function getConfiguration(
1313
): Promise<GGShieldConfiguration> {
1414
const config = workspace.getConfiguration("gitguardian");
1515

16-
const ggshieldPath: string | undefined = config.get("GGShieldPath");
1716
const apiUrl: string | undefined = config.get("apiUrl");
1817
const allowSelfSigned: boolean = config.get("allowSelfSigned", false);
1918

0 commit comments

Comments
 (0)