From e6b08a6ee6e8bb7e12c162e1895a4c0c0c833cbd Mon Sep 17 00:00:00 2001 From: mahdahar <89adham@gmail.com> Date: Tue, 21 Oct 2025 10:01:21 +0700 Subject: [PATCH] remove test string patvisit --- app/Controllers/PatVisit.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Controllers/PatVisit.php b/app/Controllers/PatVisit.php index ecbe1e3..ccb813f 100644 --- a/app/Controllers/PatVisit.php +++ b/app/Controllers/PatVisit.php @@ -29,7 +29,6 @@ class PatVisit extends BaseController { } public function showByPatient($InternalPID = null) { - echo "dit tolongin dit"; try { $rows = $this->model->showByPatient($InternalPID); if($rows == []) { $message = "data not found"; }