Removing unnecessary log

This commit is contained in:
Jeffrey Morgan
2015-04-20 12:09:44 -04:00
parent f97deb9f7c
commit 9f130c4caa

View File

@@ -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>