Remove debug line from api-test.

This commit is contained in:
Milan Broz
2022-03-28 22:27:54 +02:00
parent 65be641f20
commit e4ed545cbf

View File

@@ -2108,7 +2108,6 @@ int main(int argc, char *argv[])
else if (!strcmp("--debug", argv[i]))
_debug = _verbose = 1;
}
_debug = _verbose = 1;
/* Handle interrupt properly */
sigaction(SIGINT, &sa, NULL);