diff options
author | Matt Strapp <strap012@umn.edu> | 2020-11-03 08:09:55 -0600 |
---|---|---|
committer | Matt Strapp <strap012@umn.edu> | 2020-11-03 08:09:55 -0600 |
commit | e5dd6295896bb309529cb343b35f26a6c4416fed (patch) | |
tree | fd85a47c5c08195035a9820ca219566e60826732 /P2 | |
parent | Help (diff) | |
download | csci4061-e5dd6295896bb309529cb343b35f26a6c4416fed.tar csci4061-e5dd6295896bb309529cb343b35f26a6c4416fed.tar.gz csci4061-e5dd6295896bb309529cb343b35f26a6c4416fed.tar.bz2 csci4061-e5dd6295896bb309529cb343b35f26a6c4416fed.tar.lz csci4061-e5dd6295896bb309529cb343b35f26a6c4416fed.tar.xz csci4061-e5dd6295896bb309529cb343b35f26a6c4416fed.tar.zst csci4061-e5dd6295896bb309529cb343b35f26a6c4416fed.zip |
get rid of debug comment
Diffstat (limited to 'P2')
-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"); |