mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 04:41:36 +08:00
Remove two console.log's
This commit is contained in:
@ -313,7 +313,6 @@ function loadCss() {
|
|||||||
|
|
||||||
export function setCssFileName(cssFileName: string) {
|
export function setCssFileName(cssFileName: string) {
|
||||||
typedExports.cssFile = cssFileName;
|
typedExports.cssFile = cssFileName;
|
||||||
console.log(`>>>>>>>> cssFile: ${typedExports.cssFile}`);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export function addCss(cssText: string) {
|
export function addCss(cssText: string) {
|
||||||
|
@ -236,7 +236,6 @@ function loadCss() {
|
|||||||
|
|
||||||
export function setCssFileName(cssFileName: string) {
|
export function setCssFileName(cssFileName: string) {
|
||||||
typedExports.cssFile = cssFileName;
|
typedExports.cssFile = cssFileName;
|
||||||
console.log(`>>>>>>>> cssFile: ${typedExports.cssFile}`);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export function addCss(cssText: string) {
|
export function addCss(cssText: string) {
|
||||||
|
Reference in New Issue
Block a user