Skip to content

Commit

Permalink
fix: remove unncecessary log
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan1993spb committed Jan 16, 2024
1 parent 560337b commit ea605ae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/core/bot_operator.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,6 @@ const botConnectRetryTimeout = time.Second * 15
func (bo *botOperator) tryConnect(ctx context.Context) (connect.Connection, error) {
log := utils.GetLogger(ctx)

log.Info("connecting")

for {
conn, err := bo.connector.Connect(ctx, bo.gameId)
if err != nil {
Expand Down

0 comments on commit ea605ae

Please sign in to comment.