Removed debug code
This commit is contained in:
parent
2642c420f4
commit
d1861db6d0
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue