more capitalisation, remove debug code

This commit is contained in:
fox
2026-06-24 12:31:10 +01:00
parent 73cde32638
commit fd46b9c42c
3 changed files with 8 additions and 17 deletions
@@ -70,15 +70,7 @@ internal class SolicitorsRepository(IRepoSetupService setup)
else
await UpdateExistingSolicitorAsync(solicitor, matchingSolicitor, cancellationToken);
try
{
await SaveChangesAsync(cancellationToken);
}
catch (Exception e)
{
Console.WriteLine(e);
throw;
}
await SaveChangesAsync(cancellationToken);
}
public Task RemoveStaleEntriesAsync(TimeSpan staleAge, CancellationToken cancellationToken)