From 052bb69a8b50948052165847ea44312b8d4f6607 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期四, 20 九月 2018 16:13:14 +0800
Subject: [PATCH] Merge branch 'master' into 1871天赋功能

---
 System/MainInterfacePanel/FeaturesType2.cs |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/System/MainInterfacePanel/FeaturesType2.cs b/System/MainInterfacePanel/FeaturesType2.cs
index 025a9a5..c0be9a7 100644
--- a/System/MainInterfacePanel/FeaturesType2.cs
+++ b/System/MainInterfacePanel/FeaturesType2.cs
@@ -32,7 +32,6 @@
         FeatureNoticeModel featureNoticeModel { get { return ModelCenter.Instance.GetModel<FeatureNoticeModel>(); } }
         public void GetTheFeatureID(int funcId)
         {
-            DebugEx.LogError("ID"+ featureNoticeModel.FunctionForecastIndex);
             var functionForecastConfig = Config.Instance.Get<FunctionForecastConfig>(funcId);
             if (functionForecastConfig == null)
             {

--
Gitblit v1.8.0