1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-09-22 04:15:54 -04:00

Cleanup: Removed a printf() leftover from debugging

This commit is contained in:
Philipp Schafft 2014-12-19 10:31:08 +00:00
parent c5bd8ad281
commit 25eec22692

View File

@ -296,8 +296,6 @@ int event_get_exec(event_registration_t *er, config_options_t *options) {
return -1;
}
printf("len=%i\n", (int)__argvtype2offset(self->argvtype) + extra_argc + 1);
self->argv = calloc(__argvtype2offset(self->argvtype) + extra_argc + 1, sizeof(char*));
if (!self->argv) {
ICECAST_LOG_ERROR("Can not allocate argv[]");