Skip to content

Commit 32b9a18

Browse files
committed
Suppress some debugging output
1 parent 89614fe commit 32b9a18

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

utils/normalize-securecookie.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,6 @@ async function main () {
8383

8484
if (rulesetWhitelist[fileNameLowerCase] === originalHash) {
8585
fixHash = true
86-
console.log(`"${fileName}" is in the whitelist and the hash matches. Fixing the hash if the file will be modified.`)
87-
} else {
88-
console.log(`"${fileName}" is in the whitelist and the hash DOESN'T MATCH!!! Actual hash is "${originalHash}". Not fixing the hash if the file will be modified.`)
8986
}
9087
}
9188

0 commit comments

Comments
 (0)