Remove log

This commit is contained in:
Elio Struyf
2023-03-02 11:51:05 +01:00
parent 3b0ea3132c
commit 4ffcd76aac
@@ -12,7 +12,6 @@ export const CustomView: React.FunctionComponent<ICustomViewProps> = ({ metadata
const [customHtml, setCustomHtml] = useState<string | undefined>(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) {