Skip to content

Commit 1dd6500

Browse files
Andrew Farriesroboquat
Andrew Farries
authored andcommitted
Watch logs only in building phase
1 parent 1effe00 commit 1dd6500

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

components/dashboard/src/components/PrebuildLogs.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,6 @@ export default function PrebuildLogs(props: PrebuildLogsProps) {
8282

8383
useEffect(() => {
8484
switch (workspaceInstance?.status.phase) {
85-
// Preparing means that we haven't actually started the workspace instance just yet, but rather
86-
// are still preparing for launch.
87-
case "preparing":
8885
// Building means we're building the Docker image for the workspace so the workspace hasn't started yet.
8986
case "building":
9087
case "stopped":

0 commit comments

Comments
 (0)