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