From 9c6578c5de08640d64e673a1fbd06e093a227b4f Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Tue, 20 May 2014 07:32:27 -0700 Subject: [PATCH] Removed extraneous code form QueueStatusCell --- src/UI/History/Queue/QueueStatusCell.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/UI/History/Queue/QueueStatusCell.js b/src/UI/History/Queue/QueueStatusCell.js index 67442cb09..2c01a0246 100644 --- a/src/UI/History/Queue/QueueStatusCell.js +++ b/src/UI/History/Queue/QueueStatusCell.js @@ -26,10 +26,6 @@ define( title = 'Queued'; } - var timeleft = this.cellValue.get('timeleft'); - var size = this.cellValue.get('size'); - var sizeleft = this.cellValue.get('sizeleft'); - this.$el.html(''.format(icon, title)); }