remove stray console log
This commit is contained in:
@ -11,7 +11,6 @@ export const Blocks = ({ blocks }: any) => {
|
||||
);
|
||||
|
||||
return blocks.map((block: any) => {
|
||||
console.log("block aaa", block);
|
||||
switch (block.blockType) {
|
||||
case "RichTextBlock":
|
||||
return <RichTextBlock block={block} />;
|
||||
|
Reference in New Issue
Block a user