Remove (now detrimental) debug line

Not intended to laugh at the user, I promise ;_; Was running into a bug
due to too much usage of empty() to coerce variables into booleans.
This commit is contained in:
snow flurry 2025-03-02 14:38:57 -08:00
parent 0d2ba42dea
commit 3c3a6305f3

View file

@ -25,7 +25,6 @@ function topic_is_muted($topic, $user = -1)
{
global $context, $smcFunc, $user_info;
if ($user_info['is_guest']) {
die('lol');
return false;
}