remote job submission: remove debugging code

This commit is contained in:
David Anderson 2024-09-13 12:21:56 -07:00
parent 2b3cd219ca
commit 5e2104524d
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");
}