From 9674ad4a3bee510cb1de9565a2ac5c031d230d96 Mon Sep 17 00:00:00 2001 From: Rossen Hristov Date: Wed, 14 Oct 2015 16:46:29 +0300 Subject: [PATCH] Removed the annoying css trace. --- ui/styling/style-scope.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/styling/style-scope.ts b/ui/styling/style-scope.ts index b3f3976b5..d8e347d63 100644 --- a/ui/styling/style-scope.ts +++ b/ui/styling/style-scope.ts @@ -63,7 +63,7 @@ export class StyleScope { return pageCssSelectors; } catch (e) { - trace.write("Css styling failed: " + e, trace.categories.Error, trace.messageType.error); + //trace.write("Css styling failed: " + e, trace.categories.Error, trace.messageType.error); } }