Remove FetchTorrents notification ;)

This commit is contained in:
John Furrow
2016-05-21 14:47:27 -07:00
parent e8515ac16b
commit 4e796dda85
@@ -179,18 +179,6 @@ class TorrentStoreClass extends BaseStore {
}
handleFetchTorrentsSuccess(torrents) {
NotificationStore.add({
adverb: 'Successfully',
action: 'fetched',
duration: 20000,
subject: 'torrent',
accumulation: {
id: 'remove-torrents-error',
value: 1
},
id: 'remove-torrents-error'
});
this.sortTorrents(torrents);
this.filterTorrents();