]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt.cc
Merge remote-tracking branch 'mvo/debian/sid' into debian/sid
[apt.git] / cmdline / apt.cc
index 6fe25e3f39f0336fbae59df2dda88717eaf5dd45..6ad470faa42202d0ee45b1074a3e0789e6dd35cc 100644 (file)
@@ -156,8 +156,6 @@ int main(int argc, const char *argv[])                                      /*{{{*/
                 << std::endl
                 << std::endl;
    }
-   if (!isatty(STDOUT_FILENO) && _config->FindI("quiet", -1) == -1)
-      _config->Set("quiet","1");
 
    // See if the help should be shown
    if (_config->FindB("help") == true ||