mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Remove redundant console.log
This commit is contained in:
@@ -67,7 +67,6 @@ export class TextBase extends TextBaseCommon {
|
||||
}
|
||||
}
|
||||
set [colorProperty.native](value: Color) {
|
||||
console.log("Setting native color: " + value);
|
||||
let nativeView = this.nativeView;
|
||||
if (nativeView instanceof UIButton) {
|
||||
nativeView.setTitleColorForState(value.ios, UIControlState.Normal);
|
||||
|
||||
Reference in New Issue
Block a user