diff --git a/src/panelWebView/components/Fields/PreviewImage.tsx b/src/panelWebView/components/Fields/PreviewImage.tsx index 9e7f8912..e9ba1c6c 100644 --- a/src/panelWebView/components/Fields/PreviewImage.tsx +++ b/src/panelWebView/components/Fields/PreviewImage.tsx @@ -8,7 +8,6 @@ export interface IPreviewImageProps { } export const PreviewImage: React.FunctionComponent = ({ value, onRemove }: React.PropsWithChildren) => { - console.log(value); return (