Skip to content

Commit e0f0caf

Browse files
committed
remove debug log
1 parent 1a33ece commit e0f0caf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

log/coder.go

-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ func initRPC(ctx context.Context, client *agentsdk.Client, l slog.Logger) (proto
8585
attempts++
8686
// Maximize compatibility.
8787
c, err = client.ConnectRPC20(ctx)
88-
l.Info(ctx, "Connecting to Coder", slog.F("attempt", attempts), slog.F("error", err))
8988
if err != nil {
9089
l.Debug(ctx, "Failed to connect to Coder", slog.F("error", err), slog.F("attempt", attempts))
9190
continue

0 commit comments

Comments
 (0)