Skip to content

Commit 924c995

Browse files
Remove redundant log entry
1 parent a9369f2 commit 924c995

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Synchronizer.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ public async Task<IReadOnlyList<Label>> GetAccountLabels(Account account)
7070
var labels = await _gitHub.GetLabels(repo);
7171
await _gitHub.DeleteTempRepo(account, repoName);
7272

73-
_log($"{labels.Count} labels for {account.Login}: {LabelNames(labels)}");
7473
return labels;
7574
}
7675

0 commit comments

Comments
 (0)