diff --git a/test/unit/styling-scoped-nopatch.html b/test/unit/styling-scoped-nopatch.html
index e31b7da2a8..2fecb229ec 100644
--- a/test/unit/styling-scoped-nopatch.html
+++ b/test/unit/styling-scoped-nopatch.html
@@ -165,7 +165,6 @@
deepContainer.appendChild(deep);
el.$.other.scopeSubtree(deepContainer);
el.scopeSubtree(container);
- debugger;
assertComputed(deep, '10px');
});
});