diff --git a/src/combined/DataAccess/PersonTeamAssoicationRepository.cs b/src/combined/DataAccess/PersonTeamAssoicationRepository.cs index df80b4c5..1826745b 100644 --- a/src/combined/DataAccess/PersonTeamAssoicationRepository.cs +++ b/src/combined/DataAccess/PersonTeamAssoicationRepository.cs @@ -1,6 +1,4 @@ using Npgsql; -using Serilog; -using static Microsoft.EntityFrameworkCore.DbLoggerCategory; namespace v2.DataAccess;