Remove debugging information

This commit is contained in:
Squidly271
2025-09-30 15:39:24 -04:00
committed by GitHub
parent 691c19946c
commit 94cf4c5262

View File

@@ -83,7 +83,6 @@ function publish($endpoint, $message, $len=1, $abort=false, $abortTime=30) {
$abortStart[$endpoint] = time();
if ( (time() - $abortStart[$endpoint]) > $abortTime) {
$script = removeNChanScript();
my_logger("$script timed out after $abortTime seconds. Exiting.", 'publish');
exit();
}
$reply = false; // if no subscribers, force return value to false