removing unnecessary log

This commit is contained in:
Jeffrey Morgan 2015-04-20 16:50:07 -04:00
parent b9f5afabf1
commit ccdb438482
1 changed files with 0 additions and 2 deletions

View File

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