Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit 7db5135

Browse files
committed
Code cleanup.
1 parent 59e39d7 commit 7db5135

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

js/views/transactionsVw.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -310,17 +310,14 @@ module.exports = pageVw.extend({
310310
}
311311
});
312312

313-
console.log("test2")
314-
315313
this.$el.find('.js-'+tabName+'Count').html(tabCollection.length);
316314

317315
this.$el.find('.js-' + tabName)
318316
.append(tabWrapper)
319317
.find('.js-unpaidCount').html(tabCollection.where({status: 0}).length)
320318
.end().find('.js-loadingMsg').addClass('hide');
321-
319+
322320
if (!tabCollection.length) {
323-
console.log("boo")
324321
this.$el.find('.js-'+tabName + ' .js-emptyMsg').removeClass('hide');
325322
}
326323
},

0 commit comments

Comments
 (0)