8000 Remove forgotten console.log · coder/coder@a75d3ac · GitHub
[go: up one dir, main page]

Skip to content

Commit a75d3ac

Browse files
committed
Remove forgotten console.log
1 parent ae6c58a commit a75d3ac

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

site/src/pages/WorkspacePage/WorkspaceReadyPage.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,6 @@ export const WorkspaceReadyPage: FC<WorkspaceReadyPageProps> = ({
205205
},
206206
});
207207

208-
console.log(timingsQuery.data?.agent_connection_timings);
209-
210208
const runLastBuild = (
211209
buildParameters: TypesGen.WorkspaceBuildParameter[] | undefined,
212210
debug: boolean,

0 commit comments

Comments
 (0)
0