Skip to content

Commit a96745f

Browse files
author
Mauve Signweaver
committed
chore: Clean logs on window load
1 parent 54d38d6 commit a96745f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/window.js

-1
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,6 @@ export class Window extends EventEmitter {
337337
}
338338
const hasStyles = await this.web.executeJavaScript(HAS_SHEET, true)
339339
.catch(() => false) // If we error out checking styles, try it anyway
340-
console.log({ hasStyles })
341340
if (!hasStyles) {
342341
const style = await getDefaultStylesheet(this.web)
343342
await this.web.insertCSS(style, {

0 commit comments

Comments
 (0)