removed extraneous printfs

svn path=/trunk/boinc/; revision=757
This commit is contained in:
Eric Heien 2002-12-18 19:07:03 +00:00
parent 8567738db7
commit cbb50518f2
1 changed files with 1 additions and 3 deletions

View File

@ -160,9 +160,8 @@ bool do_pass(APP& app) {
//
while (!db_workunit_enum_retry_check_time(wu)) {
vector<RESULT> 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<n; i++) {
result = results[0];