From 442d3a8d8fcf1a65e4584d64bab10d5651053789 Mon Sep 17 00:00:00 2001 From: daniel-Jones Date: Mon, 15 Oct 2018 14:46:22 +1030 Subject: remove d ebug commented code --- replace.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'replace.c') diff --git a/replace.c b/replace.c index b8e1280..1860d9e 100644 --- a/replace.c +++ b/replace.c @@ -68,11 +68,9 @@ replaceinfile(char *originalfile, char *destinationfile, char *placeholder, char i += strlen(placeholder); substr++; substr = strstr(substr, placeholder); - //printf("%s", replacement); fprintf(destination, "%s", replacement); } ch = filebuffer[i]; - //putchar(ch); fputc(ch, destination); } fclose(template); -- cgit v1.2.3