Skip to content

Commit 36df677

Browse files
committed
Remove console.log
1 parent e9e8aa5 commit 36df677

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

packages/opencode/src/server/router.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ export function WorkspaceRouterMiddleware(upgrade: UpgradeWebSocket): Middleware
5959
const sessionWorkspaceID = await getSessionWorkspace(url)
6060
const workspaceID = sessionWorkspaceID || url.searchParams.get("workspace")
6161

62-
console.log("routing", url.pathname, workspaceID)
63-
6462
// If no workspace is provided we use the project
6563
if (!workspaceID) {
6664
return Instance.provide({

0 commit comments

Comments
 (0)