Skip to content

Commit 15983a8

Browse files
committed
chore: removing unnecessary debugs
1 parent 812f7fc commit 15983a8

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

Assets/Scripts/Accounts/BackendComms/UnisaveAccountsManager.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,15 +136,11 @@ public void LogoutCleanup()
136136
{
137137
Debug.Log("(AccountsManager) Player logged out");
138138
_player = null;
139-
Debug.Log("here0");
140139

141140
ExperimentListChangeEvent.Invoke();
142-
Debug.Log("here1");
143141
InsertionListChangeEvent.Invoke();
144-
Debug.Log("here2");
145142

146143
_emailLoginForm.ClearToken();
147-
Debug.Log("here3");
148144
}
149145

150146
#endregion

0 commit comments

Comments
 (0)