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

Commit 1abab56

Browse files
committed
Yeah that's dumb I have no clue wtf that was meant to do
1 parent 7a50a92 commit 1abab56

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ public override void OnDataUpdate()
8989
{
9090
base.OnDataUpdate();
9191
MaybeUpdateData();
92-
// TODO: this shouldn't be updated here, it should be updated whenever the active remote changes
9392
}
9493

9594
public override void OnRepositoryChanged(IRepository oldRepository)
@@ -205,7 +204,7 @@ private void RefreshLog()
205204
{
206205
if (GitClient != null)
207206
{
208-
if (Repository != null && Repository.CurrentRemote.HasValue)
207+
if (Repository != null)
209208
{
210209
GitClient.Log().ThenInUI((success, log) => {
211210
if (success) OnLogUpdate(log);

0 commit comments

Comments
 (0)