revert recent css changes
[paraslash.git] / filter.c
index 56afebf3a6ecfed020cf2c6dad065168a80277e0..608bb8b3bf5eedd8c1bac69d6454f857cb6efaeb 100644 (file)
--- 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);