Skip to content

Commit ec8c088

Browse files
committed
Remove unused comment
1 parent 79758da commit ec8c088

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

site/src/pages/WorkspaceBuildPage/WorkspaceBuildPage.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ const useBuildId = () => {
2727

2828
export const WorkspaceBuildPage: FC = () => {
2929
const buildId = useBuildId()
30-
// We can initialize logs as an empty array because it will be a stream
3130
const [buildState] = useMachine(workspaceBuildMachine, { context: { buildId } })
3231
const { logs, build } = buildState.context
3332
const isWaitingForLogs = !buildState.matches("logs.loaded")

0 commit comments

Comments
 (0)