aboutsummaryrefslogtreecommitdiffstats
path: root/P2/src
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--P2/src/mapreduce.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/P2/src/mapreduce.c b/P2/src/mapreduce.c
index 7f87019..290c1c5 100644
--- a/P2/src/mapreduce.c
+++ b/P2/src/mapreduce.c
@@ -49,7 +49,6 @@ int main(int argc, char *argv[]) {
pid_t pid = fork();
if(pid == 0){
//send chunks of data to the mappers in RR fashion
- printf("TEST\n");
sendChunkData(inputFile, nMappers);
exit(0);
}