Skip to content

Commit

Permalink
chore: remove redundant logs (#1231)
Browse files Browse the repository at this point in the history
  • Loading branch information
homuler authored Aug 3, 2024
1 parent daa0755 commit 3150b1b
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,7 @@ private void Start()
InitializeContents();
}

public override void Exit()
{
UnityEngine.Debug.Log($"Exiting: {_isChanged}");
GetModal().CloseAndResume(_isChanged);
}
public override void Exit() => GetModal().CloseAndResume(_isChanged);

private void SwitchDelegate()
{
Expand Down

0 comments on commit 3150b1b

Please sign in to comment.