globals: Remove print leftover

Signed-off-by: Otavio Pontes <otavio.pontes@intel.com>
This commit is contained in:
Otavio Pontes
2019-07-19 14:28:09 -07:00
parent 0968948389
commit 26f10ef956
-1
View File
@@ -496,7 +496,6 @@ static bool global_parse_opt(int opt, char *optarg)
return true;
case 'n':
sigcheck = !optarg_to_bool(optarg);
printf("!!! sig %d\n", false);
return true;
case 'I':
timecheck = !optarg_to_bool(optarg);