diff options
-rw-r--r-- | P2/lib/utils.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/P2/lib/utils.c b/P2/lib/utils.c index f2dc458..797fe89 100644 --- a/P2/lib/utils.c +++ b/P2/lib/utils.c @@ -36,7 +36,6 @@ char *getChunkData(int mapperID) { // sends chunks of size 1024 to the mappers in RR fashion void sendChunkData(char *inputFile, int nMappers) { - printf("SENDING CHUNK DATA\n"); struct msgBuffer message = makeMessage(); // open message queue int msgid = openQueue("map"); |