remove errant console.log

This commit is contained in:
Matthew Arbesfeld
2014-08-27 15:39:35 -07:00
parent bd86ed3450
commit dbbb6b136c

View File

@@ -97,7 +97,6 @@ var onNewVersion = function () {
// Try to dowload the file a few times.
var tries = 0;
var tryDownload = function () {
console.log('downloading', uri)
ft.download(uri, versionPrefix + item.url, function (entry) {
if (entry) {
afterAllFilesDownloaded();