less logging

This commit is contained in:
2022-07-08 14:16:29 +03:00
parent 5805529ba8
commit b2ad9ac57c
2 changed files with 4 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ namespace Game
public override void Init() public override void Init()
{ {
FlaxEngine.Debug.Log("ConsolePlugin initialized"); //FlaxEngine.Debug.Log("ConsolePlugin initialized");
Console.Init(); Console.Init();
AssetManager.Init(); // TODO: move these elsewhere AssetManager.Init(); // TODO: move these elsewhere
@@ -52,7 +52,7 @@ namespace Game
public override void Init() public override void Init()
{ {
FlaxEngine.Debug.Log("ConsolePlugin initialized"); //FlaxEngine.Debug.Log("ConsolePlugin initialized");
Console.Init(); Console.Init();
AssetManager.Init(); AssetManager.Init();

View File

@@ -24,7 +24,7 @@ namespace Game
public override void Init() public override void Init()
{ {
FlaxEngine.Debug.Log("NetworkManagerPlugin initialized"); //FlaxEngine.Debug.Log("NetworkManagerPlugin initialized");
NetworkManager.Init(); NetworkManager.Init();
} }
} }
@@ -39,7 +39,7 @@ namespace Game
public override void Init() public override void Init()
{ {
FlaxEngine.Debug.Log("NetworkManagerPlugin initialized"); //FlaxEngine.Debug.Log("NetworkManagerPlugin initialized");
//Console.Init(); //Console.Init();
//NetworkManager.Init(); //NetworkManager.Init();