Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
markdavella committed May 23, 2024
1 parent e65f899 commit c2c1fb1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions web/src/store/channelEditor/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -307,8 +307,6 @@ const plexMediaToContentProgram = (

export const addMediaToCurrentChannel = (programs: AddedMedia[]) =>
useStore.setState(({ channelEditor }) => {
console.log(channelEditor.currentEntity);

if (channelEditor.currentEntity && programs.length > 0) {
channelEditor.dirty.programs = true;
const addedDuration = sumBy(
Expand Down

0 comments on commit c2c1fb1

Please sign in to comment.