mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-07 16:45:10 +00:00
移除调试luban残留的日志
移除调试luban残留的日志
This commit is contained in:
@@ -53,7 +53,6 @@ public class ConfigSystem : BaseLogicSys<ConfigSystem>
|
||||
|
||||
public override bool OnInit()
|
||||
{
|
||||
Log.Warning("ConfigSystem OnInit");
|
||||
InitConfig();
|
||||
return base.OnInit();
|
||||
}
|
||||
|
@@ -66,7 +66,6 @@ public class ConfigSystem : BaseLogicSys<ConfigSystem>
|
||||
|
||||
public override bool OnInit()
|
||||
{
|
||||
Log.Warning("ConfigSystem OnInit");
|
||||
return base.OnInit();
|
||||
}
|
||||
}
|
@@ -100,7 +100,6 @@ public class ConfigSystem : BaseLogicSys<ConfigSystem>
|
||||
|
||||
public override bool OnInit()
|
||||
{
|
||||
Log.Warning("ConfigSystem OnInit");
|
||||
InitConfig().Forget();
|
||||
return base.OnInit();
|
||||
}
|
||||
|
Reference in New Issue
Block a user