From 397d91222b985bbf8d2db46c2a9d4d8e5e6de916 Mon Sep 17 00:00:00 2001 From: totoro Date: Wed, 25 Jun 2025 17:42:47 +0900 Subject: [PATCH] [~] remove debug print in get_mb_DB_id() --- web/web_arg_utils.anubis | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/web_arg_utils.anubis b/web/web_arg_utils.anubis index 9defeaa..2420efc 100644 --- a/web/web_arg_utils.anubis +++ b/web/web_arg_utils.anubis @@ -141,7 +141,7 @@ public define Maybe(DB_id) { not_found then failure, found(value) then - println("get_mb_DB_id value '"+value+"'"); + //println("get_mb_DB_id value '"+value+"'"); //Check if value is none which means no id provided if value="none" then success(none) -- libgit2 0.21.4