Removed debug printing.

svn path=/trunk/boinc/; revision=262
This commit is contained in:
Michael Gary 2002-07-31 22:13:06 +00:00
parent b2a3567ee3
commit c6e17b21f4
1 changed files with 0 additions and 2 deletions

View File

@ -387,8 +387,6 @@ RESULT* CLIENT_STATE::lookup_result(PROJECT* p, char* name) {
fprintf(stderr, "p: %p\n", p);
for (unsigned int i=0; i<results.size(); 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;
}