From 4ffcd76aac0440b9e1825176c7285dc85afde2d7 Mon Sep 17 00:00:00 2001 From: Elio Struyf Date: Thu, 2 Mar 2023 11:51:05 +0100 Subject: [PATCH] Remove log --- src/panelWebView/components/CustomView/CustomView.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/panelWebView/components/CustomView/CustomView.tsx b/src/panelWebView/components/CustomView/CustomView.tsx index 7bdbce76..9ac0bf73 100644 --- a/src/panelWebView/components/CustomView/CustomView.tsx +++ b/src/panelWebView/components/CustomView/CustomView.tsx @@ -12,7 +12,6 @@ export const CustomView: React.FunctionComponent = ({ metadata const [customHtml, setCustomHtml] = useState(undefined); useEffect(() => { - console.log(window.fmExternal) if (window.fmExternal && window.fmExternal.getPanelView) { window.fmExternal.getPanelView(metadata).then((viewDetails: CustomPanelViewResult | undefined) => { if (viewDetails && viewDetails.title && viewDetails.content) {