Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
danielevalverde committed Jan 15, 2025
1 parent e94137f commit bab9126
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 @@ -21,10 +21,6 @@ const MediaCardLargeFooter = ({
}) => {
let footerTitle = null;

// eslint-disable-next-line
// console.log("media_cluter_origin",projectMedia.media_cluster_origin, "User: ", projectMedia.media_cluster_origin_user?.name);
// eslint-disable-next-line

const extractedText = projectMedia.extracted_text?.data?.text;
if (extractedText) {
footerTitle = (
Expand Down

0 comments on commit bab9126

Please sign in to comment.