We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dd0f87 commit 118b857Copy full SHA for 118b857
.github/workflows/scripts/antispam.js
@@ -77,7 +77,7 @@ class Check {
77
if (typeof result !== "boolean")
78
console.error("Check: invalid argument: not a predicate");
79
80
- console.log(">>> DEBUG: ", result, " => ", this.reason)
+ console.debug("- check: ", result, " => ", this.reason)
81
82
return result;
83
}
0 commit comments