Skip to content

Commit 616d72e

Browse files
author
Mikkel Sørensen
committed
Remove wizard log
1 parent 61b7250 commit 616d72e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Runtime/Editor/VisualElements/LootLocker MainWindow/LootLockerMainWindow.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33
using UnityEngine.UIElements;
44
using LootLocker;
55
using System.Linq;
6-
using LootLocker.Extension.Responses;
6+
77
#if UNITY_EDITOR && UNITY_2021_3_OR_NEWER
88
using LootLocker.Admin;
99
using LootLocker.Extension.DataTypes;
10+
using LootLocker.Extension.Responses;
1011

1112
public class LootLockerMainWindow : EditorWindow
1213
{

Runtime/Editor/VisualElements/LootLocker Setup/LootLockerWizard.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ public void AdminExtensionLogin(EventBase e)
5656
{
5757
if (onComplete.success)
5858
{
59-
//LootLockerConfig.current.adminToken = onComplete.auth_token;
60-
Debug.Log("THIS IS WIZARD: " + onComplete.auth_token);
59+
LootLockerConfig.current.adminToken = onComplete.auth_token;
6160
EditorPrefs.SetString("LootLocker.AdminToken", onComplete.auth_token);
6261

6362
if (onComplete.mfa_key != null)

0 commit comments

Comments
 (0)