Skip to content

Commit f4568df

Browse files
committed
chore: remove console
1 parent 7c32fdd commit f4568df

File tree

1 file changed

+0
-1
lines changed
  • packages/devtools-kit/src/core/iframe

1 file changed

+0
-1
lines changed

packages/devtools-kit/src/core/iframe/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ export function detectIframeApp(target: Window | typeof globalThis, inIframe = f
5353
try {
5454
iframe.__vdevtools__injected = true
5555
const inject = () => {
56-
console.log('inject', iframe)
5756
try {
5857
iframe.contentWindow.__VUE_DEVTOOLS_IFRAME__ = iframe
5958
const script = iframe.contentDocument.createElement('script')

0 commit comments

Comments
 (0)