From 6efca23ec4ee3a04a4a3e1c731a3985e2f41909a Mon Sep 17 00:00:00 2001 From: LMR <59361885@qq.com> Date: Mon, 24 Apr 2023 15:31:37 +0800 Subject: [PATCH] rm test code --- application/third_party/wwwlog/controllers/index.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/application/third_party/wwwlog/controllers/index.php b/application/third_party/wwwlog/controllers/index.php index 7c3ec79b..b4e8546e 100644 --- a/application/third_party/wwwlog/controllers/index.php +++ b/application/third_party/wwwlog/controllers/index.php @@ -49,11 +49,11 @@ class Index extends CI_Controller } // test - try { - $this->orders_view_path_int(); - } catch (Exception $err) { - print_r($err); - } + // try { + // $this->orders_view_path_int(); + // } catch (Exception $err) { + // print_r($err); + // } $this->load->view('welcome'); }