diff --git a/Assignment3/main.c b/Assignment3/main.c index 978ec17..575c857 100644 --- a/Assignment3/main.c +++ b/Assignment3/main.c @@ -90,7 +90,6 @@ void* trucker(void* arg) { truckWeight = 0; } } - printf("Truck %d is not full\n", id); int time = RANDOM_WITHIN_RANGE(MIN_TRIP_TIME, MAX_TRIP_TIME, seed); // One way trip, so half the time printf("Not full truck %d with load of %d units of mass departed. One way will take %d units of time\n", id, truckWeight, time); sleep(time);