We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 812f7fc commit 15983a8Copy full SHA for 15983a8
1 file changed
Assets/Scripts/Accounts/BackendComms/UnisaveAccountsManager.cs
@@ -136,15 +136,11 @@ public void LogoutCleanup()
136
{
137
Debug.Log("(AccountsManager) Player logged out");
138
_player = null;
139
- Debug.Log("here0");
140
141
ExperimentListChangeEvent.Invoke();
142
- Debug.Log("here1");
143
InsertionListChangeEvent.Invoke();
144
- Debug.Log("here2");
145
146
_emailLoginForm.ClearToken();
147
- Debug.Log("here3");
148
}
149
150
#endregion
0 commit comments