# HG changeset patch # User David Scott # Date 1259595427 0 # Node ID 290db74fb2539851f8b8d595b484796c2cfc358b # Parent 0ce8573e2051c86469d7dbcb9144609229929f29 CA-35165: Remove spammy 'check_rbac=%b' debug print. Signed-off-by: David Scott diff -r 0ce8573e2051 -r 290db74fb253 ocaml/xapi/xapi_http.ml --- a/ocaml/xapi/xapi_http.ml Mon Nov 30 15:37:06 2009 +0000 +++ b/ocaml/xapi/xapi_http.ml Mon Nov 30 15:37:07 2009 +0000 @@ -228,7 +228,6 @@ | Http_svr.BufIO callback -> Http_svr.BufIO (fun req ic -> (try - debug "check_rbac = %b" check_rbac; (try if check_rbac then (* rbac checks *)