mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-29 17:27:22 +02:00
level toolbar thing
This commit is contained in:
parent
6ee05c1f0a
commit
5d981a1268
5 changed files with 132 additions and 4 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue