mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-08-08 09:53:20 +02:00
Remove console
This commit is contained in:
@@ -13,7 +13,6 @@ export default function useExtensibility(options: {
|
||||
const [footerHtml, setFooterHtml] = useState<string | undefined>(undefined);
|
||||
|
||||
useEffect(() => {
|
||||
console.log('useExtensibility', window.fmExternal);
|
||||
if (!window.fmExternal || !options || !options.fmFilePath) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user