Skip to content

Commit

Permalink
Merge pull request #5805 from BOINC/dpa_submit14
Browse files Browse the repository at this point in the history
remote job submission: remove debugging code
  • Loading branch information
AenBleidd authored Sep 13, 2024
2 parents 2b3cd21 + 5e21045 commit f7eea10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion html/user/get_output.php
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}
Expand Down

0 comments on commit f7eea10

Please sign in to comment.