Commit 246a5badf41a7ea1ef4dcb8486b1a2c678e09444
1 parent
63153ab8
comment unnecessary print
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
database/db_types.anubis
| @@ -145,7 +145,7 @@ public define String | @@ -145,7 +145,7 @@ public define String | ||
| 145 | //the idx < 10 will be located in the 0 folder. | 145 | //the idx < 10 will be located in the 0 folder. |
| 146 | with final_idx_str= if _idx < 10 then "0"+idx_str else idx_str, | 146 | with final_idx_str= if _idx < 10 then "0"+idx_str else idx_str, |
| 147 | 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])+"/", | 147 | 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])+"/", |
| 148 | - println("to_fs_folder result_path "+result_path); | 148 | + //println("to_fs_folder result_path "+result_path); |
| 149 | result_path | 149 | result_path |
| 150 | } | 150 | } |
| 151 | . | 151 | . |