We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 937d2fa commit ba320d8Copy full SHA for ba320d8
src/db.lisp
@@ -756,7 +756,6 @@
756
"Returns non nil if this boost must be ignored"
757
(when-let ((ignore-regexps (swconf:ignore-users-boost-regexps))
758
(username (db:user-id->username account-id)))
759
- (misc:dbg "ignore ~a" ignore-regexps)
760
(loop for ignore-re in ignore-regexps do
761
(when (cl-ppcre:scan ignore-re username)
762
(return-from boost-ignored-p t)))
0 commit comments