From 55235246249bc4176d0df2a015f00bae771ea4cd Mon Sep 17 00:00:00 2001 From: Retro_Guy Date: Tue, 8 Oct 2024 05:15:18 -0700 Subject: [PATCH] Remove debugging line from newsportal.php. --- Rocksolid_Light/rocksolid/newsportal.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/Rocksolid_Light/rocksolid/newsportal.php b/Rocksolid_Light/rocksolid/newsportal.php index b754e2a..aaf961d 100644 --- a/Rocksolid_Light/rocksolid/newsportal.php +++ b/Rocksolid_Light/rocksolid/newsportal.php @@ -2605,9 +2605,6 @@ function check_duplicate_msgid($msgid, $group) $found = false; -// DEBUG -file_put_contents($logdir . '/debug.log', "\n" . format_log_date() . " Checking " . $group . " " . $msgid . " for duplicate", FILE_APPEND); - $database = $spooldir . '/articles-overview.db3'; $table = 'overview'; $dbh = overview_db_open($database, $table);