summaryrefslogtreecommitdiffstats
path: root/application/palemoon/components/downloads/content/downloads.js
diff options
context:
space:
mode:
Diffstat (limited to 'application/palemoon/components/downloads/content/downloads.js')
-rw-r--r--application/palemoon/components/downloads/content/downloads.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/application/palemoon/components/downloads/content/downloads.js b/application/palemoon/components/downloads/content/downloads.js
index 9a6aa97e9..01682d325 100644
--- a/application/palemoon/components/downloads/content/downloads.js
+++ b/application/palemoon/components/downloads/content/downloads.js
@@ -807,7 +807,6 @@ const DownloadsView = {
* asynchronous data load.
*/
onDownloadAdded(download, aNewest) {
- {
DownloadsCommon.log("A new download data item was added - aNewest =",
aNewest);
@@ -911,7 +910,6 @@ const DownloadsView = {
* Removes the view item associated with the specified data item.
*/
_removeViewItem(download) {
- {
DownloadsCommon.log("Removing a DownloadsViewItem from the downloads list.");
let element = this._visibleViewItems.get(download).element;
let previousSelectedIndex = this.richListBox.selectedIndex;