diff --git a/sched/result_retry.C b/sched/result_retry.C index d92c8e9bd3..c4044b3a9b 100644 --- a/sched/result_retry.C +++ b/sched/result_retry.C @@ -160,9 +160,8 @@ bool do_pass(APP& app) { // while (!db_workunit_enum_retry_check_time(wu)) { vector results; - + did_something = true; - printf("inside while loop of result_retry"); // if this WU has a canonical result, we're done // (this normally doesn't happen since the retry check time // is zeroed when canonical result found, but just in case). @@ -230,7 +229,6 @@ bool do_pass(APP& app) { // if (nredundancy > ndone) { n = nredundancy - ndone; - printf("nredundancy is: %d, ndone is %d",nredundancy,ndone); for (i=0; i