Remove debugging line from newsportal.php.

This commit is contained in:
Retro_Guy 2024-10-08 05:15:18 -07:00
parent 12b4660b19
commit 5523524624
1 changed files with 0 additions and 3 deletions

View File

@ -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);