Skip to content
Snippets Groups Projects
Commit 25eec226 authored by Philipp Schafft's avatar Philipp Schafft :lion_face:
Browse files

Cleanup: Removed a printf() leftover from debugging

parent c5bd8ad2
No related branches found
No related tags found
No related merge requests found
......@@ -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[]");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment