mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-11 10:50:01 +01:00
Remove debug line from api-test.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user