From 228b914162341c378002a2dd9435108833b35d20 Mon Sep 17 00:00:00 2001 From: Panayot Cankov Date: Tue, 27 Dec 2016 15:29:43 +0200 Subject: [PATCH] Remove redundant console.log --- tns-core-modules/ui/text-base/text-base.ios.ts | 1 - 1 file changed, 1 deletion(-) 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);