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

Commit 0ed650c

Browse files
committed
Clean up commented code
1 parent 90473bf commit 0ed650c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/GitHub.Exports/Services/VSServices.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,9 @@ static IEnumerable<ISimpleRepositoryModel> PokeTheRegistryForRepositoryList()
124124
if (path != null)
125125
return new SimpleRepositoryModel(path);
126126
}
127-
// no sense spamming the log, the registry might have ton of stale things we don't care about
128127
catch (Exception)
129128
{
130-
//VsOutputLogger.WriteLine(string.Format(CultureInfo.CurrentCulture, "Error loading the repository from the registry '{0}'", ex));
129+
// no sense spamming the log, the registry might have ton of stale things we don't care about
131130
}
132131
return null;
133132
}
@@ -258,4 +257,4 @@ public void ActivityLogWarning(string message)
258257
}
259258
}
260259
}
261-
}
260+
}

0 commit comments

Comments
 (0)