Skip to content

Commit 885e2bf

Browse files
committed
Remove error log if there's a bad status
1 parent 00d7121 commit 885e2bf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/webapp/app/components/runs/v3/TaskRunStatus.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,6 @@ export function runStatusTitle(status: TaskRunStatus): string {
265265
case "TIMED_OUT":
266266
return "Timed out";
267267
default: {
268-
console.error("status", status);
269268
assertNever(status);
270269
}
271270
}

0 commit comments

Comments
 (0)