diff --git a/Start_Windows/input.c b/Start_Windows/input.c index e6c2c5a..1538257 100644 --- a/Start_Windows/input.c +++ b/Start_Windows/input.c @@ -22,7 +22,6 @@ int readWords(FILE *file, char words[][MAX_WORD_LEN], unsigned int maxWordCount) word = strtok (NULL, " ,;"); } } - printf("\n counter %d", counter); return counter; }