diff --git a/public/announce.php b/public/announce.php index b6d1b4690..4a55e915f 100644 --- a/public/announce.php +++ b/public/announce.php @@ -664,7 +664,6 @@ ->execute(); } if (!empty($snatch_updateset)) { -file_put_contents('/var/log/nginx/announce.log', json_encode($snatch_updateset) . PHP_EOL, FILE_APPEND); $fluent->update('snatched') ->set($snatch_updateset) ->where('torrentid = ?', $torrentid)