Merge pull request #5805 from BOINC/dpa_submit14

remote job submission: remove debugging code
This commit is contained in:
Vitalii Koshura 2024-09-13 21:54:51 +02:00 committed by GitHub
commit f7eea10316
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -168,7 +168,6 @@ function get_wu_output_files($wu_id, $auth_str) {
return_error("no user $batch->user_id");
}
$x = md5($user->authenticator.$wu_id);
echo "user authenticator= $user->authenticator, wu_id=$wu_id<br/>";
if ($x != $auth_str) {
return_error("bad authenticator");
}