From e5dd6295896bb309529cb343b35f26a6c4416fed Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Tue, 3 Nov 2020 08:09:55 -0600 Subject: get rid of debug comment --- P2/lib/utils.c | 1 - 1 file changed, 1 deletion(-) (limited to 'P2/lib/utils.c') 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"); -- cgit v1.2.3