Browse Source

remove log

stanley-king 8 years atrás
parent
commit
b3413ca82d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      helper/fcgi_server.php

+ 1 - 1
helper/fcgi_server.php

@@ -110,7 +110,7 @@ class fcgi_server
             fcgi_headers_sent();
             $contents = ob_get_clean();
             fcgi_echo($contents);
-            Log::record("return msg={$contents}",Log::DEBUG);
+            //Log::record("return msg={$contents}",Log::DEBUG);
 
             session::instance()->end();
             fcgi_finish();