Skip to content

Commit

Permalink
fix: remove unnecessary console log in ContentDisplay component
Browse files Browse the repository at this point in the history
  • Loading branch information
anovazzi1 committed Feb 14, 2025
1 parent e0d4e8a commit 59ae898
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ export default function ContentDisplay({
return String(output);
}
};
console.log("output",content.output);

contentData = (
<div className="flex flex-col gap-2">
Expand Down

0 comments on commit 59ae898

Please sign in to comment.