Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
danielevalverde committed Jan 13, 2025
1 parent 0290103 commit 3fd0fb3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/app/components/media/MediaCardLargeFooter.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ const MediaCardLargeFooter = ({
}) => {
let footerTitle = null;

// eslint-disable-next-line
console.log("media_cluter_origin",projectMedia.media_cluster_origin);

const extractedText = projectMedia.extracted_text?.data?.text;
if (extractedText) {
footerTitle = (
Expand Down Expand Up @@ -156,7 +153,6 @@ MediaCardLargeFooter.defaultProps = {
export default createFragmentContainer(MediaCardLargeFooter, graphql`
fragment MediaCardLargeFooter_projectMedia on ProjectMedia {
media_slug
media_cluster_origin
title
last_seen
requests_count
Expand Down

0 comments on commit 3fd0fb3

Please sign in to comment.