Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit e9bd407

Browse files
committed
#33 Remove debug log
1 parent ee456ca commit e9bd407

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hooks/declarative-subsequent-scans/scan-helpers.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ export async function startSubsequentSecureCodeBoxScan({
124124
}
125125

126126
export async function getCascadingRulesForScan(scan: Scan) {
127-
console.log(`CascadeConfig = "${scan.spec.cascades}"`);
128127
if (scan.spec.cascades === undefined || scan.spec.cascades === null) {
129128
console.log("Skipping cascades as no selector was defined.");
130129
return [];

0 commit comments

Comments
 (0)