Skip to content

Commit

Permalink
chore: cleanup comments
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeSchwert committed Sep 26, 2023
1 parent 35f91a7 commit 4b4bfaf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public PassportImpl(IBrowserCommunicationsManager communicationsManager)
public async UniTask Init(string clientId, string environment, string? redirectUri = null, string? deeplink = null)
{
this.redirectUri = redirectUri;
// var engineVersion = $"engine-unity-{unityVersion},platform-{platform}-{osVersion}";

var versionInfo = new Dictionary<string, string>
{
{ "engine", "unity" },
Expand Down

0 comments on commit 4b4bfaf

Please sign in to comment.