diff --git a/cmd/cli/main.go b/cmd/cli/main.go index 9d14420..c01b2a6 100644 --- a/cmd/cli/main.go +++ b/cmd/cli/main.go @@ -3,7 +3,6 @@ package cli import ( "flag" "fmt" - "log" "os" "slices" @@ -55,7 +54,6 @@ func Main() { ledger.LikeAfter(after), ledger.LikeBefore(before), ) - log.Printf("period=%+v after=%s before=%s", period, after, before) } if depth := config.Query.Depth; depth > 0 {