We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54d38d6 commit a96745fCopy full SHA for a96745f
app/window.js
@@ -337,7 +337,6 @@ export class Window extends EventEmitter {
337
}
338
const hasStyles = await this.web.executeJavaScript(HAS_SHEET, true)
339
.catch(() => false) // If we error out checking styles, try it anyway
340
- console.log({ hasStyles })
341
if (!hasStyles) {
342
const style = await getDefaultStylesheet(this.web)
343
await this.web.insertCSS(style, {
0 commit comments