From 5e2104524dc7d586f2c76e191fb7cb5f4516fd39 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Fri, 13 Sep 2024 12:21:56 -0700 Subject: [PATCH] remote job submission: remove debugging code --- html/user/get_output.php | 1 - 1 file changed, 1 deletion(-) diff --git a/html/user/get_output.php b/html/user/get_output.php index e8b74d4b957..dcaf548f254 100644 --- a/html/user/get_output.php +++ b/html/user/get_output.php @@ -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
"; if ($x != $auth_str) { return_error("bad authenticator"); }