Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e0f0caf

Browse files
committedSep 30, 2024·
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

Lines changed: 0 additions & 1 deletion
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)
Please sign in to comment.