Skip to content

Commit

Permalink
deleting console
Browse files Browse the repository at this point in the history
  • Loading branch information
nicollguarnizo committed Jan 4, 2024
1 parent c8d672e commit 3ce3659
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/scriptkit/src/pages/tips/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ export default TipsIndex

const TipCard: React.FC<{tip: Tip}> = ({tip}) => {
const {title} = tip
console.log('this is the tip info ', tip)
const muxPlaybackId = tip?.muxPlaybackId
const thumbnail = `https://image.mux.com/${muxPlaybackId}/thumbnail.png?width=720&height=405&fit_mode=preserve`

Expand Down

0 comments on commit 3ce3659

Please sign in to comment.