From 0830c45e916adb79f6326e6b1c153b57a05c6749 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期四, 20 九月 2018 09:58:38 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
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