<Remove unused verbose log

Statement will never be called since verbose mode is set afterwards.
master
Michael Santos 6 years ago
parent 06f50d4b11
commit 4d1423eb5e

@ -144,9 +144,6 @@ main(int argc, char **argv)
jid = xmppipe_getenv("XMPPIPE_USERNAME");
pass = xmppipe_getenv("XMPPIPE_PASSWORD");
if (state->verbose)
(void)fprintf(stderr, "sandbox: init: %s\n", XMPPIPE_SANDBOX);
if (xmppipe_sandbox_init(state) < 0)
err(EXIT_FAILURE, "sandbox failed");

Loading…
Cancel
Save