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