From 4e796dda85545ad94b490aa04c8e3321661dc456 Mon Sep 17 00:00:00 2001 From: John Furrow Date: Sat, 21 May 2016 14:47:27 -0700 Subject: [PATCH] Remove FetchTorrents notification ;) --- client/source/scripts/stores/TorrentStore.js | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/client/source/scripts/stores/TorrentStore.js b/client/source/scripts/stores/TorrentStore.js index 3e44a8a5..6c875c61 100644 --- a/client/source/scripts/stores/TorrentStore.js +++ b/client/source/scripts/stores/TorrentStore.js @@ -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();