Skip to content

Commit

Permalink
chore: remove unused on ready method in sample app
Browse files Browse the repository at this point in the history
  • Loading branch information
nattb8 committed Sep 27, 2023
1 parent 4badf93 commit 8284dea
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions sample/Assets/Scripts/UnauthenticatedScript.cs
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,6 @@ public void OnTryAgain()
Start();
}

#pragma warning disable IDE0051
private void OnReady()
{
ShowOutput("Passport is ready");
connectButton.gameObject.SetActive(true);
}
#pragma warning restore IDE0051

public async void Connect()
{
try
Expand Down

0 comments on commit 8284dea

Please sign in to comment.