From 0b1e3ee3a41ed036aa8bcfd3bb15085490c19247 Mon Sep 17 00:00:00 2001 From: totoro Date: Wed, 25 Jun 2025 17:44:26 +0900 Subject: [PATCH] [~] remove some debug print --- controller/hk_sql_utils.anubis | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/controller/hk_sql_utils.anubis b/controller/hk_sql_utils.anubis index 1854593..034f313 100644 --- a/controller/hk_sql_utils.anubis +++ b/controller/hk_sql_utils.anubis @@ -78,7 +78,7 @@ public define Int if sql_query_timeout(db, clause+";", [], "get_count_by_clause") is { error(sql_error) then println("get_count_by_full_clause SQL ERROR '"+ sql_error.text + "'\n clause ["+clause+";]");0, - ok(_, cursor, _) then println("get_count_by_full_clause OK ["+clause+"]");db_get_Int(cursor) + ok(_, cursor, _) then /*println("get_count_by_full_clause OK ["+clause+";]");*/db_get_Int(cursor) } . @@ -137,7 +137,7 @@ public define Float if sql_query_timeout(db, clause+";", [], "get_count_by_clause") is { error(sql_error) then println("get_count_by_full_clause SQL ERROR '"+ sql_error.text + "'\n clause ["+clause+";]");0.0, - ok(_, cursor, _) then println("get_count_by_full_clause OK ["+clause+"]");db_get_Float(cursor) + ok(_, cursor, _) then /*println("get_count_by_full_clause OK ["+clause+";]");*/db_get_Float(cursor) } . -- libgit2 0.21.4