Skip to content

Commit

Permalink
fix(server): delete unneeded debug message
Browse files Browse the repository at this point in the history
Signed-off-by: knqyf263 <[email protected]>
  • Loading branch information
knqyf263 committed Jun 27, 2024
1 parent 5c78371 commit 1ab584e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/commands/server/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ func Run(ctx context.Context, opts flag.Options) (err error) {
return xerrors.Errorf("server cache error: %w", err)
}
defer cleanup()
log.Debug("Cache", log.String("dir", opts.CacheDir))

// download the database file
if err = operation.DownloadDB(ctx, opts.AppVersion, opts.CacheDir, opts.DBRepository,
Expand Down

0 comments on commit 1ab584e

Please sign in to comment.