Clean up logging
This commit is contained in:
@@ -59,7 +59,7 @@ namespace UI.Tutorial
|
||||
|
||||
void RemoveTutorial()
|
||||
{
|
||||
Debug.Log("Remove me!");
|
||||
Logging.Debug("Remove me!");
|
||||
if (_waitLoopCoroutine != null)
|
||||
{
|
||||
StopCoroutine(_waitLoopCoroutine);
|
||||
|
||||
Reference in New Issue
Block a user