summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Xamarin.Forms.Platform.Tizen/Extensions/ColorExtensions.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xamarin.Forms.Platform.Tizen/Extensions/ColorExtensions.cs b/Xamarin.Forms.Platform.Tizen/Extensions/ColorExtensions.cs
index 553c2cba..ae348274 100644
--- a/Xamarin.Forms.Platform.Tizen/Extensions/ColorExtensions.cs
+++ b/Xamarin.Forms.Platform.Tizen/Extensions/ColorExtensions.cs
@@ -13,7 +13,7 @@ namespace Xamarin.Forms.Platform.Tizen
{
if (c.IsDefault)
{
- Log.Warn("Trying to convert the default color, this may result in black color.");
+ // Trying to convert the default color, this may result in black color.
return EColor.Default;
}
else