level toolbar thing

This commit is contained in:
Peter Cottle 2013-01-05 13:22:14 -08:00
parent 6ee05c1f0a
commit 5d981a1268
5 changed files with 132 additions and 4 deletions

View file

@ -331,7 +331,6 @@ var CommandLineHistoryView = Backbone.View.extend({
var toDestroy = [];
this.collection.each(function(command) {
console.log('this command', command, command.get('status'));
if (command.get('status') !== 'inqueue' &&
command.get('status') !== 'processing') {
toDestroy.push(command);