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;
|
return container;
|
||||||
});
|
});
|
||||||
console.log(modifiedContainers);
|
|
||||||
containerServerActions.allUpdated({containers: _.indexBy(modifiedContainers.concat(_.values(this.placeholders)), 'Name')});
|
containerServerActions.allUpdated({containers: _.indexBy(modifiedContainers.concat(_.values(this.placeholders)), 'Name')});
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
@ -337,8 +336,6 @@ export default {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log(data);
|
|
||||||
|
|
||||||
if (data.status === 'destroy') {
|
if (data.status === 'destroy') {
|
||||||
containerServerActions.destroyed({id: data.id});
|
containerServerActions.destroyed({id: data.id});
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue