mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-23 12:54:42 +00:00
Remove console.log
This commit is contained in:
parent
202b14353d
commit
7c5b65b2b6
1 changed files with 0 additions and 2 deletions
|
|
@ -59,8 +59,6 @@ export function WorkspaceRouterMiddleware(upgrade: UpgradeWebSocket): Middleware
|
|||
const sessionWorkspaceID = await getSessionWorkspace(url)
|
||||
const workspaceID = sessionWorkspaceID || url.searchParams.get("workspace")
|
||||
|
||||
console.log("routing", url.pathname, workspaceID)
|
||||
|
||||
// If no workspace is provided we use the project
|
||||
if (!workspaceID) {
|
||||
return Instance.provide({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue