Commit b59bceb1 authored by Frank Bergmann's avatar Frank Bergmann

- Eliminated unnecessary code

parent af708ef5
......@@ -46,8 +46,8 @@ ad_proc -private im_rest_call_post {} {
ad_proc -private im_rest_call_put {} {
Handler for PUT rest calls
} {
set rest_user_id [im_rest_cookie_auth_user_id]
ns_log Notice "im_rest_call_put: rest_user_id=$rest_user_id"
# set rest_user_id [im_rest_cookie_auth_user_id]
# ns_log Notice "im_rest_call_put: rest_user_id=$rest_user_id"
return [im_rest_call_get -http_method PUT]
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment