mirror of https://github.com/BOINC/boinc.git
Removed debug printing.
svn path=/trunk/boinc/; revision=262
This commit is contained in:
parent
b2a3567ee3
commit
c6e17b21f4
|
@ -387,8 +387,6 @@ RESULT* CLIENT_STATE::lookup_result(PROJECT* p, char* name) {
|
||||||
fprintf(stderr, "p: %p\n", p);
|
fprintf(stderr, "p: %p\n", p);
|
||||||
for (unsigned int i=0; i<results.size(); i++) {
|
for (unsigned int i=0; i<results.size(); i++) {
|
||||||
RESULT* rp = results[i];
|
RESULT* rp = results[i];
|
||||||
fprintf(stderr, "rp->name: %s\nrp->project: %p\n", rp->name,
|
|
||||||
rp->project
|
|
||||||
);
|
);
|
||||||
if (rp->project == p && !strcmp(name, rp->name)) return rp;
|
if (rp->project == p && !strcmp(name, rp->name)) return rp;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue