Browse Source

Remove logging in parent page

Kevin Sawicki 9 years ago
parent
commit
4e68a8d16e
1 changed files with 0 additions and 3 deletions
  1. 0 3
      spec/fixtures/pages/webview-visibilitychange.html

+ 0 - 3
spec/fixtures/pages/webview-visibilitychange.html

@@ -1,8 +1,5 @@
 <html>
 <body>
-<script>
-  console.log(document.visibilityState, document.hidden)
-</script>
 <webview nodeintegration src="visibilitychange.html"/>
 </body>
 </html>