Removed debug message

This commit is contained in:
2021-01-07 22:12:27 +01:00
parent c4eb6709cf
commit c90df2397f

View File

@ -197,7 +197,6 @@ int main(int argc, const char *argv[]) {
config_unload(); config_unload();
return 1; return 1;
} }
printf("%s %s\n", cert_file, key_file);
sockets[0] = socket(AF_INET6, SOCK_STREAM, 0); sockets[0] = socket(AF_INET6, SOCK_STREAM, 0);
if (sockets[0] < 0) goto socket_err; if (sockets[0] < 0) goto socket_err;