Skip to content

Commit

Permalink
removed console log in editable preview container
Browse files Browse the repository at this point in the history
  • Loading branch information
sanandnarayan committed Feb 25, 2021
1 parent f621b0d commit 6a269d2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/editor/previews/EditablePreviewContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,6 @@ const EditablePreviewContainer: React.FC<{
}
})

console.log(propsKeyValue)

const Element = React.createElement(type, {
...propsKeyValue,
...forwardedProps,
Expand Down

0 comments on commit 6a269d2

Please sign in to comment.