From 544c4f40fe66dd03d8e014a3a0ff74c2801e9abc Mon Sep 17 00:00:00 2001
From: 陈嘉乐 <cjl@hdlchina.com.cn>
Date: 星期一, 08 六月 2020 15:22:10 +0800
Subject: [PATCH] 2020-06-08-2
---
Shared.IOS/UI/View.cs | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/Shared.IOS/UI/View.cs b/Shared.IOS/UI/View.cs
index bbcc52c..79508f5 100644
--- a/Shared.IOS/UI/View.cs
+++ b/Shared.IOS/UI/View.cs
@@ -18,9 +18,6 @@
{
~View()
{
-#if DEBUG
- System.Console.WriteLine("=====" + GetType() + " " + Name);
-#endif
if (this is ViewGroup)
{
var viewGroup = this as ViewGroup;
--
Gitblit v1.8.0