Don't touch ~/.meteor/meteor after background updates. (#7616)

This commit is contained in:
Ben Newman
2016-08-10 16:53:56 -04:00
committed by GitHub
parent eebf538ee0
commit e4e87ecce4

View File

@@ -61,8 +61,6 @@ var checkForUpdate = function (showBanner, printErrors) {
return;
}
updateMeteorToolSymlink(printErrors);
maybeShowBanners();
};