From ab076c50f6b1224eac6e2b87e7972a34abd817c2 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期五, 10 十月 2025 14:43:44 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts
---
Main/System/NewBieGuidance/NewBieCenter.cs | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/Main/System/NewBieGuidance/NewBieCenter.cs b/Main/System/NewBieGuidance/NewBieCenter.cs
index 0016b04..4ea2df5 100644
--- a/Main/System/NewBieGuidance/NewBieCenter.cs
+++ b/Main/System/NewBieGuidance/NewBieCenter.cs
@@ -293,7 +293,6 @@
if (config == null)
{
guideStep = 0;
- Debug.Log("1 FinishNewBieGuide " + _step);
FinishNewBieGuide(currentGuide);
return;
}
@@ -302,7 +301,6 @@
if (stepIndex < config.Steps.Length - 1)
{
guideStep = config.Steps[stepIndex + 1];
- Debug.Log("3 FinishNewBieGuide " + _step);
if (guideStepChangeEvent != null)
{
guideStepChangeEvent();
@@ -311,7 +309,6 @@
else
{
guideStep = 0;
- Debug.Log("2 FinishNewBieGuide " + _step);
FinishNewBieGuide(currentGuide);
}
}
--
Gitblit v1.8.0