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:
@@ -87,8 +87,6 @@ var ContainerStore = assign(Object.create(EventEmitter.prototype), {
|
||||
return pv + sv;
|
||||
}, 0);
|
||||
|
||||
console.log(totalReceived, totalBytes);
|
||||
|
||||
var totalProgress = totalReceived / totalBytes;
|
||||
progressCallback(totalProgress);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user