Revert "fetch: run quiet when --stdout"

This reverts commit a99bedba6f.
cute-signatures
Natanael Copa 2014-01-06 15:17:23 +01:00
parent b06a43a465
commit 5ccaa6796f
1 changed files with 0 additions and 1 deletions

View File

@ -78,7 +78,6 @@ static int fetch_parse(void *ctx, struct apk_db_options *dbopts,
break;
case 's':
fctx->flags |= FETCH_STDOUT;
apk_verbosity--;
break;
case 'L':
fctx->flags |= FETCH_LINK;