Skip to content

Commit

Permalink
removing any logs
Browse files Browse the repository at this point in the history
  • Loading branch information
shawkyebrahim2514 committed Dec 6, 2024
1 parent d5fede1 commit 44a0154
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ const AncherLinkMarkdown = ({ node, ...props }: AncherLinkMarkdownProps) => {
if (matchButtonLink) {
const title = matchButtonLink[1];
const icon = iconName[(matchButtonLink[2] as typeof iconType[number]) || 'link'];
console.log(icon);

return (
<Button
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ type BlockquoteMarkdownProps = {

const BlockquoteMarkdown = ({ node, className, ...props }: BlockquoteMarkdownProps) => {
const { theme } = useThemeContext();
console.log("Node Children", node?.children);
console.log("Props Children", props.children);
const contentJSXElementsFromAST = useMemo(() => (
node?.children.map((element) => toJsxRuntime(element as RootContent, {
Fragment, jsx, jsxs, passNode: true, components: {
Expand Down

0 comments on commit 44a0154

Please sign in to comment.