Skip to content

Commit 2bee182

Browse files
committed
chore: remove console logs
1 parent a5ecaf2 commit 2bee182

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

packages/job-worker/src/playout/lookahead/__tests__/findForLayer/lookaheadOffset/lookaheadOffset.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,6 @@ describe('getLookeaheadObjects', () => {
638638
),
639639
},
640640
} as any)
641-
console.log(res)
642641
expect(res).toHaveLength(2)
643642
expect(res.map((o) => o.layer)).toEqual(['layer1_lookahead', 'layer1_lookahead'])
644643
expect(res.map((o) => o.lookaheadOffset)).toEqual([500, undefined])

packages/job-worker/src/playout/lookahead/findObjects.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,6 @@ export function findLookaheadObjectsForPart(
172172
)
173173
}
174174
})
175-
console.log(res)
176-
177175
return res
178176
}
179177
}

0 commit comments

Comments
 (0)