We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c32fdd commit f4568dfCopy full SHA for f4568df
packages/devtools-kit/src/core/iframe/index.ts
@@ -53,7 +53,6 @@ export function detectIframeApp(target: Window | typeof globalThis, inIframe = f
53
try {
54
iframe.__vdevtools__injected = true
55
const inject = () => {
56
- console.log('inject', iframe)
57
58
iframe.contentWindow.__VUE_DEVTOOLS_IFRAME__ = iframe
59
const script = iframe.contentDocument.createElement('script')
0 commit comments