mirror of https://codeberg.org/cage/tinmop/
- removed debug code.
This commit is contained in:
parent
937d2faba5
commit
ba320d849b
|
@ -756,7 +756,6 @@
|
|||
"Returns non nil if this boost must be ignored"
|
||||
(when-let ((ignore-regexps (swconf:ignore-users-boost-regexps))
|
||||
(username (db:user-id->username account-id)))
|
||||
(misc:dbg "ignore ~a" ignore-regexps)
|
||||
(loop for ignore-re in ignore-regexps do
|
||||
(when (cl-ppcre:scan ignore-re username)
|
||||
(return-from boost-ignored-p t)))
|
||||
|
|
Loading…
Reference in New Issue