Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit b0a6525

Browse files
shanaStanleyGoldman
authored andcommitted
Remove debug logging (#791)
* isBusy should not be serialized Otherwise the UI might get locked out if Unity reloads in the middle of an operation * Remove debug logging from release code
1 parent 7f9e91c commit b0a6525

File tree

1 file changed

+0
-1
lines changed
  • src/UnityExtension/Assets/Editor/GitHub.Unity/UI

1 file changed

+0
-1
lines changed

src/UnityExtension/Assets/Editor/GitHub.Unity/UI/Window.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,6 @@ public override void UpdateProgress(IProgress progress)
415415

416416
private void ApplicationManagerOnProgress(IProgress progress)
417417
{
418-
Debug.LogFormat("ApplicationManagerOnProgress {0} {1}", progress.Percentage, progress.Message);
419418
appManagerProgress = progress;
420419
appManagerProgressHasUpdate = true;
421420
}

0 commit comments

Comments
 (0)