From d1861db6d0fb41c0604d65500e15cc297ced71e7 Mon Sep 17 00:00:00 2001 From: Snaipe Date: Fri, 11 Sep 2015 02:50:17 +0200 Subject: [PATCH] Removed debug code --- src/posix-compat.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/posix-compat.c b/src/posix-compat.c index 85ff1ce..b8a88da 100644 --- a/src/posix-compat.c +++ b/src/posix-compat.c @@ -580,7 +580,6 @@ FILE* cr_get_redirected_stdin(void) { int cr_file_match_str(FILE* f, const char *str) { size_t len = strlen(str); - fputs(str, stderr); char buf[512]; size_t read; int matches = 0;