Remove debug helper

This commit is contained in:
John Furrow
2016-02-11 22:37:09 -08:00
parent bb3a879924
commit 8b30e54054
-2
View File
@@ -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];
});