8000 chore: Fix PR comments · coder/coder@e0a2f8e · GitHub
[go: up one dir, main page]

Skip to content

Commit e0a2f8e

Browse files
committed
chore: Fix PR comments
1 parent e90a0c0 commit e0a2f8e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

coderd/workspaceagents.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,6 @@ func (api *API) workspaceAgentPTY(rw http.ResponseWriter, r *http.Request) {
388388
return
389389
}
390390

391-
// Accept text connections, because it's more developer friendly.
392391
ctx, wsNetConn := websocketNetConn(r.Context(), conn, websocket.MessageBinary)
393392
defer wsNetConn.Close() // Also closes conn.
394393

0 commit comments

Comments
 (0)
0