Remove redundant console.log

This commit is contained in:
Panayot Cankov
2016-12-27 15:29:43 +02:00
parent caf0aa7e69
commit 228b914162

View File

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