X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=filter.c;h=608bb8b3bf5eedd8c1bac69d6454f857cb6efaeb;hp=56afebf3a6ecfed020cf2c6dad065168a80277e0;hb=7d1805d1559e08e0af701155574aef220925d411;hpb=d041f4528426640d73d141cec7fd2576f7e8be84 diff --git a/filter.c b/filter.c index 56afebf3..608bb8b3 100644 --- a/filter.c +++ b/filter.c @@ -153,7 +153,6 @@ int main(int argc, char *argv[]) goto out; stdout_set_defaults(sot); - PARA_EMERG_LOG("fc->output_eof: %d\n", *fc->output_eof); sot->buf = fc->outbuf; sot->loaded = fc->out_loaded; sot->input_eof = &fc->eof; @@ -163,7 +162,6 @@ int main(int argc, char *argv[]) register_task(&sit->task); s.default_timeout.tv_sec = 1; s.default_timeout.tv_usec = 0; - PARA_EMERG_LOG("fc->output_eof: %d\n", *fc->output_eof); ret = sched(&s); out: free(sit->buf);