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 4906d61..314516b 100644 --- a/P2/lib/utils.c +++ b/P2/lib/utils.c @@ -17,7 +17,6 @@ struct msgBuffer makeMessage() { char *getChunkData(int mapperID) { //Message struct msgBuffer message = makeMessage(); - // printf("%ld\n", message.msgType); //Queue ID int mid = openQueue("map"); // printf("%d\n", mapperID); |