Skip to content

Commit ba320d8

Browse files
author
cage
committed
- removed debug code.
1 parent 937d2fa commit ba320d8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/db.lisp

-1
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,6 @@
756756
"Returns non nil if this boost must be ignored"
757757
(when-let ((ignore-regexps (swconf:ignore-users-boost-regexps))
758758
(username (db:user-id->username account-id)))
759-
(misc:dbg "ignore ~a" ignore-regexps)
760759
(loop for ignore-re in ignore-regexps do
761760
(when (cl-ppcre:scan ignore-re username)
762761
(return-from boost-ignored-p t)))

0 commit comments

Comments
 (0)