We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 082e85d commit c50e333Copy full SHA for c50e333
internal/command/command_service.go
@@ -388,7 +388,6 @@ func (cs *CommandService) receiveCallback(ctx context.Context) func() error {
388
var err error
389
cs.subscribeClient, err = cs.commandServiceClient.Subscribe(ctx)
390
if err != nil {
391
- slog.Info("Error: ", "", err)
392
subscribeErr := cs.handleSubscribeError(ctx, err, "create subscribe client")
393
cs.subscribeClientMutex.Unlock()
394
0 commit comments