Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 0504119

Browse files
committed
This page is intentionally left blank
1 parent a9c5c16 commit 0504119

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/GitHub.VisualStudio/UI/GitHubPane.cs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -151,12 +151,7 @@ public override void OnToolWindowCreated()
151151

152152
void ShowInitializing()
153153
{
154-
View = new TextBlock
155-
{
156-
Text = "Initializing...",
157-
HorizontalAlignment = HorizontalAlignment.Center,
158-
VerticalAlignment = VerticalAlignment.Center,
159-
};
154+
// This page is intentionally left blank.
160155
}
161156

162157
void ShowError(Exception e)

0 commit comments

Comments
 (0)