mirror of
https://github.com/docker/docs.git
synced 2026-04-12 14:25:46 +07:00
Removing unnecessary log
This commit is contained in:
@@ -83,7 +83,6 @@ var ContainerHome = React.createClass({
|
||||
);
|
||||
} else if (this.props.container && this.props.container.State.Downloading) {
|
||||
if (this.state.progress !== undefined) {
|
||||
console.log(this.state.progress);
|
||||
body = (
|
||||
<div className="details-progress">
|
||||
<h2>Downloading Image</h2>
|
||||
|
||||
Reference in New Issue
Block a user