mirror of
https://github.com/coder/code-server.git
synced 2025-07-30 05:22:04 +08:00
Remove logs mentioning --link being beta
This commit is contained in:
@ -34,8 +34,6 @@ function runAgent(...args: string[]): Promise<void> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export function coderCloudBind(csAddr: string, serverName = ""): Promise<void> {
|
export function coderCloudBind(csAddr: string, serverName = ""): Promise<void> {
|
||||||
logger.info("Remember --link is a beta feature and requires being accepted for testing")
|
|
||||||
logger.info("See https://github.com/cdr/code-server/discussions/2137")
|
|
||||||
// addr needs to be in host:port format.
|
// addr needs to be in host:port format.
|
||||||
// So we trim the protocol.
|
// So we trim the protocol.
|
||||||
csAddr = csAddr.replace(/^https?:\/\//, "")
|
csAddr = csAddr.replace(/^https?:\/\//, "")
|
||||||
|
Reference in New Issue
Block a user