From e11ab5ba012af786be8b18f99ca036ac6d6d90bb Mon Sep 17 00:00:00 2001 From: Ibnu Maksum Date: Tue, 26 Mar 2024 15:46:45 +0700 Subject: [PATCH] remove print_r --- system/autoload/Paginator.php | 1 - ui/ui/hotspot.tpl | 1 - 2 files changed, 2 deletions(-) diff --git a/system/autoload/Paginator.php b/system/autoload/Paginator.php index a4d5c651..bc8769fe 100644 --- a/system/autoload/Paginator.php +++ b/system/autoload/Paginator.php @@ -69,7 +69,6 @@ class Paginator 'prev' => ($page>0) ? ($page-1): "0", 'next' => ($page>= $lastpage) ? $lastpage : $page+1 ]; - print_r($result); return $result; } } diff --git a/ui/ui/hotspot.tpl b/ui/ui/hotspot.tpl index fa2440a3..f309af43 100644 --- a/ui/ui/hotspot.tpl +++ b/ui/ui/hotspot.tpl @@ -86,7 +86,6 @@ {include file="pagination.tpl"} -