From f248dfbb20610e9059664de1d0c5a27871281e91 Mon Sep 17 00:00:00 2001 From: totoro Date: Tue, 14 Oct 2025 14:04:06 +0900 Subject: [PATCH] comment debug print --- web/multihost_http_server.anubis | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/web/multihost_http_server.anubis b/web/multihost_http_server.anubis index 9e38c49..8533944 100644 --- a/web/multihost_http_server.anubis +++ b/web/multihost_http_server.anubis @@ -3038,11 +3038,11 @@ public define List(Web_arg) SState s ) = with boundary_length = length(__boundary), - println( -"read_multipart_form_data_encoded_web_args - boundary["+__boundary+"] - body_temp_file : "+body_temp_file+" - file_offset : "+file_offset); +// println( +//"read_multipart_form_data_encoded_web_args +// boundary["+__boundary+"] +// body_temp_file : "+body_temp_file+" +// file_offset : "+file_offset); //get the first boundary position if find_the_first(body_temp_file, __boundary, file_offset) is { -- libgit2 0.21.4