Index: LayoutTests/imported/web-platform-tests/shadow-dom/testcommon.js |
diff --git a/LayoutTests/imported/web-platform-tests/shadow-dom/testcommon.js b/LayoutTests/imported/web-platform-tests/shadow-dom/testcommon.js |
index 4d01f57cd4ce7e6d83c7eddb4369a72364bc2924..397160e4d13f4f3228271fe7cbd1e73945db848e 100644 |
--- a/LayoutTests/imported/web-platform-tests/shadow-dom/testcommon.js |
+++ b/LayoutTests/imported/web-platform-tests/shadow-dom/testcommon.js |
@@ -180,8 +180,6 @@ function unit(f) { |
var ctx = newContext(); |
try { |
f(ctx); |
- } catch(e) { |
- console.log(e.getMessage()); |
} finally { |
cleanContext(ctx); |
} |