Skip to content

Commit

Permalink
Remove traceln
Browse files Browse the repository at this point in the history
  • Loading branch information
patricoferris committed Dec 9, 2022
1 parent 97bc655 commit 1b0e377
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/irmin-fs/irmin_fs.ml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ struct
let v config =
let fs = Irmin.Backend.Conf.Env.fs () in
let path = Path.(fs / get_path config) in
Eio.traceln "%a" Path.pp path;
IO.mkdir path;
{ path }

Expand Down

0 comments on commit 1b0e377

Please sign in to comment.