Clean up logging
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using UI.Core;
|
||||
using Core;
|
||||
using UI.Core;
|
||||
using UnityEngine;
|
||||
using UnityEngine.UI;
|
||||
|
||||
@@ -46,7 +47,7 @@ namespace UI.CardSystem
|
||||
openAlbumButton.onClick.RemoveListener(OnOpenAlbumClicked);
|
||||
}
|
||||
|
||||
Debug.Log("ALBUM: CardAlbumDestroyed");
|
||||
Logging.Debug("ALBUM: CardAlbumDestroyed");
|
||||
}
|
||||
|
||||
private void OnOpenAlbumClicked()
|
||||
|
||||
Reference in New Issue
Block a user