From 0518b04fff4d04793ca043df7e09b6ba30e00258 Mon Sep 17 00:00:00 2001 From: Lastorder-DC <18280396+Lastorder-DC@users.noreply.github.com> Date: Thu, 5 Feb 2026 18:26:12 +0900 Subject: [PATCH] remove debug --- modules/document/document.model.php | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/document/document.model.php b/modules/document/document.model.php index 9fdab4e09..2697a1e7d 100644 --- a/modules/document/document.model.php +++ b/modules/document/document.model.php @@ -261,7 +261,6 @@ class DocumentModel extends Document else { self::_setSearchOption($obj, $args, $query_id, $use_division); - debugPrint($args); $output = executeQueryArray($query_id, $args, $args->columnList); }