Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
smonero committed Apr 19, 2024
1 parent 1d41e09 commit 43d4e1a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server/neptune/adhoc/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,6 @@ func NewServer(config *adhocconfig.Config) (*Server, error) {
RepoConverter: repoConverter,
}

config.CtxLogger.Info(fmt.Sprintf("Starting adhoc server, params are: repo: %s, root: %s, revision: %s", config.GlobalCfg.AdhocMode.Repo, config.GlobalCfg.AdhocMode.Root, config.GlobalCfg.AdhocMode.Revision))

server := Server{
Logger: config.CtxLogger,
CronScheduler: cronScheduler,
Expand Down

0 comments on commit 43d4e1a

Please sign in to comment.