Skip to content

Commit 913f988

Browse files
committed
chore: remove commented line
1 parent 3c0d3d5 commit 913f988

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/job-worker/src/playout/model/implementation/LoadPlayoutModel.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ export async function loadPlayoutModelPreInit(
6161

6262
playlist: Playlist,
6363
rundowns: sortRundownsWithinPlaylist(Playlist.rundownIdsInOrder, Rundowns),
64-
// rundowns: Rundowns,
6564

6665
getRundown: (id: RundownId) => Rundowns.find((rd) => rd._id === id),
6766
}

0 commit comments

Comments
 (0)