mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-24 00:34:09 +00:00
This reverts commit c1c5573e7f.
This commit is contained in:
@@ -265,12 +265,6 @@ export class TaskItemImpl {
|
||||
}
|
||||
}
|
||||
|
||||
get isCached() {
|
||||
return (
|
||||
this.flatOutputs && _.every(this.flatOutputs, (output) => output.cached)
|
||||
)
|
||||
}
|
||||
|
||||
get executionStartTimestamp() {
|
||||
const message = this.messages.find(
|
||||
(message) => message[0] === 'execution_start'
|
||||
|
||||
Reference in New Issue
Block a user