mirror of https://github.com/docker/docs.git
removing unnecessary log
This commit is contained in:
parent
b9f5afabf1
commit
ccdb438482
|
@ -87,8 +87,6 @@ var ContainerStore = assign(Object.create(EventEmitter.prototype), {
|
||||||
return pv + sv;
|
return pv + sv;
|
||||||
}, 0);
|
}, 0);
|
||||||
|
|
||||||
console.log(totalReceived, totalBytes);
|
|
||||||
|
|
||||||
var totalProgress = totalReceived / totalBytes;
|
var totalProgress = totalReceived / totalBytes;
|
||||||
progressCallback(totalProgress);
|
progressCallback(totalProgress);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue