[hb-info] Minor verbose print

This commit is contained in:
Behdad Esfahbod 2023-01-19 14:04:37 -07:00
parent 9a94c06052
commit 9ca2f86fe0
1 changed files with 1 additions and 1 deletions

View File

@ -378,7 +378,7 @@ struct info_t
(double) axis.max_value, (double) axis.max_value,
name); name);
} }
if (has_hidden) if (verbose && has_hidden)
printf ("\n[*] Hidden axis\n\n"); printf ("\n[*] Hidden axis\n\n");
free (axes); free (axes);