Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
remove: echo data
Browse files Browse the repository at this point in the history
  • Loading branch information
darkalchemy committed Oct 10, 2018
1 parent cada597 commit a10ffab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion public/announce.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a10ffab

Please sign in to comment.