From a10ffabbb26aaaef8048b566427aa776fc0e05a5 Mon Sep 17 00:00:00 2001 From: darkalchemy Date: Wed, 10 Oct 2018 12:58:57 -0400 Subject: [PATCH] remove: echo data --- public/announce.php | 1 - 1 file changed, 1 deletion(-) 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)