mirror of https://github.com/BOINC/boinc.git
removed extraneous printfs
svn path=/trunk/boinc/; revision=757
This commit is contained in:
parent
8567738db7
commit
cbb50518f2
|
@ -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];
|
||||
|
|
Loading…
Reference in New Issue