Browse Source

Remove stray log

Kevin Sawicki 9 years ago
parent
commit
909ed54bef
1 changed files with 0 additions and 1 deletions
  1. 0 1
      spec/fixtures/pages/webview-opener-no-node-integration.html

+ 0 - 1
spec/fixtures/pages/webview-opener-no-node-integration.html

@@ -3,7 +3,6 @@
 <script type="text/javascript" charset="utf-8">
   var windowUrl = decodeURIComponent(window.location.search.substring(3))
   window.open('file://' + windowUrl, '', 'nodeIntegration=yes,show=no')
-  console.log('window opened')
 </script>
 </body>
 </html>