Skip to content

Commit bf0dd30

Browse files
committed
Merge remote-tracking branch 'github-xapi/1.14-ppx' into 1.14-lcm
2 parents 9603a3f + 1e77e7c commit bf0dd30

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ocaml/xapi/api_server.ml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,11 +192,8 @@ let callback is_json req bio _ =
192192
let jsoncallback req bio _ =
193193
let fd = Buf_io.fd_of bio in (* fd only used for writing *)
194194
let body = Http_svr.read_body ~limit:Xapi_globs.http_limit_max_rpc_size req bio in
195-
debug "Here in jsoncallback";
196195
try
197-
debug "Got the jsonrpc body: %s" body;
198196
let rpc = Jsonrpc.call_of_string body in
199-
debug "Got the jsonrpc body: %s" body;
200197
let response = Jsonrpc.a_of_response
201198
~empty:Bigbuffer.make
202199
~append:(fun buf s -> Bigbuffer.append_substring buf s 0 (String.length s))

0 commit comments

Comments
 (0)