fix: Missing app.css error in playground (#7499)

This commit is contained in:
Alexander Vakrilov
2019-07-10 18:39:21 +03:00
committed by Svetoslav
parent eb1ed3e4ec
commit aed1daa8f5

View File

@ -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);