mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
remove errant console.log
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user