Auto merge of #8980 - Ms2ger:console, r=frewsxcv

Remove console.log call in iframe_hierarchy.html.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8980)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-12-15 18:51:37 +05:30
commit 81282ba82a

View file

@ -7,7 +7,6 @@
<script>
var t = async_test("iframe content hierarchy is correct");
function do_test() {
console.log("whee");
t.step(function() {
var doc = document.getElementsByTagName("iframe")[0].contentDocument;
doc = doc.getElementsByTagName("iframe")[0].contentDocument;