Removed debug code

This commit is contained in:
Snaipe 2015-09-11 02:50:17 +02:00
parent 2642c420f4
commit d1861db6d0

View file

@ -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;