Skip to content

Commit d571ffc

Browse files
committed
Cleaned up dead code.
1 parent 7db7dfc commit d571ffc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

mvc/controller/widget.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,6 @@ define([
4848
.then(function (results) {
4949
// Reject if this promise is not the current pending task.
5050
if (taskNo == currTaskNo) {
51-
// Get old cache
52-
var cache = me[CACHE];
53-
5451
// Calculate updates
5552
var updates = {};
5653
var updated = Object.keys(results).reduce(function (update, key) {

0 commit comments

Comments
 (0)