From 3c3a6305f305d8e14a4815c24820c0e00176527f Mon Sep 17 00:00:00 2001 From: snow flurry Date: Sun, 2 Mar 2025 14:38:57 -0800 Subject: [PATCH] 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. --- plugin/topic_mute/src/Subs-TopicMute.php | 1 - 1 file changed, 1 deletion(-) diff --git a/plugin/topic_mute/src/Subs-TopicMute.php b/plugin/topic_mute/src/Subs-TopicMute.php index 559ee66..ffc43ec 100644 --- a/plugin/topic_mute/src/Subs-TopicMute.php +++ b/plugin/topic_mute/src/Subs-TopicMute.php @@ -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; }