diff --git a/tns-core-modules/ui/text-base/text-base.ios.ts b/tns-core-modules/ui/text-base/text-base.ios.ts index addb3790e..a88eb7877 100644 --- a/tns-core-modules/ui/text-base/text-base.ios.ts +++ b/tns-core-modules/ui/text-base/text-base.ios.ts @@ -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);