mirror of
https://github.com/zoriya/flood.git
synced 2026-06-02 02:56:05 +00:00
Remove debug helper
This commit is contained in:
@@ -54,8 +54,6 @@ class TorrentCollection {
|
||||
let currentHashes = Object.keys(this._torrents);
|
||||
let removedHashes = _.difference(currentHashes, newHashes);
|
||||
|
||||
console.log(`removing ${removedHashes.length} hashes`);
|
||||
|
||||
removedHashes.forEach((hash) => {
|
||||
delete this._torrents[hash];
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user