From 6a269d224fccd306bde7df4017ea12036c19a195 Mon Sep 17 00:00:00 2001 From: Anand Narayan Date: Thu, 25 Feb 2021 11:42:46 -0800 Subject: [PATCH] removed console log in editable preview container --- src/components/editor/previews/EditablePreviewContainer.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/editor/previews/EditablePreviewContainer.tsx b/src/components/editor/previews/EditablePreviewContainer.tsx index 1b9dd6ebb8..6382128ec2 100644 --- a/src/components/editor/previews/EditablePreviewContainer.tsx +++ b/src/components/editor/previews/EditablePreviewContainer.tsx @@ -112,8 +112,6 @@ const EditablePreviewContainer: React.FC<{ } }) - console.log(propsKeyValue) - const Element = React.createElement(type, { ...propsKeyValue, ...forwardedProps,