diff options
Diffstat (limited to '')
-rw-r--r-- | P1/src/mapper.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/P1/src/mapper.c b/P1/src/mapper.c index 0fd6198..c13fed0 100644 --- a/P1/src/mapper.c +++ b/P1/src/mapper.c @@ -111,7 +111,6 @@ void writeIntermediateDS() { char ones[100]= ""; tempNode2 = tempNode -> value; while(tempNode2 != NULL) { - //printf("This loop is being run\n"); strcat(ones, "1 "); tempNode2 = tempNode2 -> next; } |