From 246a5badf41a7ea1ef4dcb8486b1a2c678e09444 Mon Sep 17 00:00:00 2001 From: totoro Date: Tue, 8 Oct 2019 17:56:13 +0900 Subject: [PATCH] comment unnecessary print --- database/db_types.anubis | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database/db_types.anubis b/database/db_types.anubis index 7f25faf..333efda 100644 --- a/database/db_types.anubis +++ b/database/db_types.anubis @@ -145,7 +145,7 @@ public define String //the idx < 10 will be located in the 0 folder. with final_idx_str= if _idx < 10 then "0"+idx_str else idx_str, with result_path = join("/", reverse(map_select((Bool first, Word8 char) |-> if first then (false, failure) else (false, success(implode([char]))), true, reverse(explode(final_idx_str)))) + [idx_str])+"/", - println("to_fs_folder result_path "+result_path); + //println("to_fs_folder result_path "+result_path); result_path } . -- libgit2 0.21.4