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