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"; }