mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-06-19 17:45:44 +02:00
Remove log
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user