diff --git a/tns-core-modules/ui/styling/style-scope.ts b/tns-core-modules/ui/styling/style-scope.ts index 317391935..3d3d60528 100644 --- a/tns-core-modules/ui/styling/style-scope.ts +++ b/tns-core-modules/ui/styling/style-scope.ts @@ -97,7 +97,8 @@ class CSSSource { } } } catch (e) { - traceWrite(`Could not load CSS from ${uri}: ${e}`, traceCategories.Error, traceMessageType.error); + // TODO: Commented as this prints error in playground: https://github.com/NativeScript/NativeScript/issues/7497 + // traceWrite(`Could not load CSS from ${uri}: ${e}`, traceCategories.Error, traceMessageType.error); } return CSSSource.fromFile(appRelativeUri, keyframes);