Skip to content

Commit

Permalink
additional dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanthemanuel committed Jan 7, 2025
1 parent b62842b commit 852c0e5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/app/src/store/studio-store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -896,10 +896,6 @@ export const useStudioStore = defineStore('studioRecorder', {
return state.logs.length === 0
},

isReady (state): boolean {
return this.isOpen && this.isEmpty && !state.isLoading && !state.isFailed
},

hookId: (state) => {
return `${state.testId}-studio`
},
Expand Down

0 comments on commit 852c0e5

Please sign in to comment.