Android: remove what appears to be non-necessary debug print leftovers
Change-Id: Ib87c6ada78180dcc686d24a048dbcfa159cac974 Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
This commit is contained in:
parent
a91cc01011
commit
905bfb8503
@ -625,7 +625,7 @@ Options parseOptions()
|
||||
}
|
||||
|
||||
void printHelp()
|
||||
{// "012345678901234567890123456789012345678901234567890123456789012345678901"
|
||||
{
|
||||
fprintf(stderr, "Syntax: %s --output <destination> [options]\n"
|
||||
"\n"
|
||||
" Creates an Android package in the build directory <destination> and\n"
|
||||
@ -3143,7 +3143,6 @@ int main(int argc, char *argv[])
|
||||
fprintf(stdout, "[TIMING] %lld ns: Read input file\n", options.timer.nsecsElapsed());
|
||||
|
||||
fprintf(stdout,
|
||||
// "012345678901234567890123456789012345678901234567890123456789012345678901"
|
||||
"Generating Android Package\n"
|
||||
" Input file: %s\n"
|
||||
" Output directory: %s\n"
|
||||
|
@ -324,7 +324,7 @@ static bool parseOptions()
|
||||
}
|
||||
|
||||
static void printHelp()
|
||||
{// "012345678901234567890123456789012345678901234567890123456789012345678901"
|
||||
{
|
||||
fprintf(stderr, "Syntax: %s <options> -- [TESTARGS] \n"
|
||||
"\n"
|
||||
" Creates an Android package in a temp directory <destination> and\n"
|
||||
|
Loading…
x
Reference in New Issue
Block a user