Remove stray log

This commit is contained in:
Kevin Sawicki 2016-04-01 16:52:28 -07:00
parent 230ed78dd6
commit 909ed54bef

View file

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