Skip to content

Commit

Permalink
remote job submission: remove debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpanderson committed Sep 13, 2024
1 parent 2b3cd21 commit 5e21045
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 5e21045

Please sign in to comment.