Skip to content

Commit

Permalink
fix: removed dev-logs
Browse files Browse the repository at this point in the history
  • Loading branch information
malmen237 committed Sep 3, 2024
1 parent 0761a96 commit 11ae7f8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/api/agileLive/pipelines/streams/streams.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,6 @@ export async function createStream(
const multiviews = multiviewsResponse.filter((multiview) => {
const pipeline = production.production_settings.pipelines[0];
const multiviewArray = pipeline.multiview;
console.log('test multiview', multiview);
console.log('test multiviewArray', multiviewArray);

if (Array.isArray(multiviewArray)) {
return multiviewArray.some(
Expand Down

0 comments on commit 11ae7f8

Please sign in to comment.