Skip to content

Commit 118b857

Browse files
committed
[antispam] experimenting (WIP)
1 parent 6dd0f87 commit 118b857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scripts/antispam.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class Check {
7777
if (typeof result !== "boolean")
7878
console.error("Check: invalid argument: not a predicate");
7979

80-
console.log(">>> DEBUG: ", result, " => ", this.reason)
80+
console.debug("- check: ", result, " => ", this.reason)
8181

8282
return result;
8383
}

0 commit comments

Comments
 (0)