Browse Source

:lipstick: Remove console output.

Cheng Zhao 11 years ago
parent
commit
89507a2524
1 changed files with 0 additions and 1 deletions
  1. 0 1
      spec/fixtures/pages/change-parent.html

+ 0 - 1
spec/fixtures/pages/change-parent.html

@@ -1,7 +1,6 @@
 <html>
 <body>
 <script type="text/javascript" charset="utf-8">
-  console.log('ready2')
   window.parent.changedByIframe = true;
 </script>
 </body>