removing unnecessary log

This commit is contained in:
Jeffrey Morgan
2015-04-20 16:50:07 -04:00
parent b9f5afabf1
commit ccdb438482

View File

@@ -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);
}