mirror of https://github.com/docker/docs.git
Remove unnecessary console log
This commit is contained in:
parent
68d5016737
commit
f8df3b318e
|
|
@ -154,7 +154,6 @@ export default {
|
|||
}
|
||||
return container;
|
||||
});
|
||||
console.log(modifiedContainers);
|
||||
containerServerActions.allUpdated({containers: _.indexBy(modifiedContainers.concat(_.values(this.placeholders)), 'Name')});
|
||||
});
|
||||
},
|
||||
|
|
@ -337,8 +336,6 @@ export default {
|
|||
return;
|
||||
}
|
||||
|
||||
console.log(data);
|
||||
|
||||
if (data.status === 'destroy') {
|
||||
containerServerActions.destroyed({id: data.id});
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in New Issue