]> git.saurik.com Git - apt.git/blobdiff - apt-private/private-upgrade.cc
fix progress output for (dist-)upgrade calculation
[apt.git] / apt-private / private-upgrade.cc
index 31f0675767a06ee97e96c5e6853a785a63594854..2a6dcc1533a29e5de82e8d85147ee698def05f9d 100644 (file)
@@ -22,10 +22,8 @@ static bool UpgradeHelper(CommandLine &CmdL, int UpgradeFlags)
    if (Cache.OpenForInstall() == false || Cache.CheckDeps() == false)
       return false;
 
-   c0out << _("Calculating upgrade... ") << std::flush;
    if(!DoCacheManipulationFromCommandLine(CmdL, Cache, UpgradeFlags))
       return false;
-   c0out << _("Done") << std::endl;
 
    return InstallPackages(Cache,true);
 }