diff --git a/Back/skydiveLogs-api.Infrastructure/JumpRepository.cs b/Back/skydiveLogs-api.Infrastructure/JumpRepository.cs index ee1ba53..a0ea709 100644 --- a/Back/skydiveLogs-api.Infrastructure/JumpRepository.cs +++ b/Back/skydiveLogs-api.Infrastructure/JumpRepository.cs @@ -23,7 +23,6 @@ namespace skydiveLogs_api.Infrastructure .Include(x => x.DropZone) .Include(x => x.Gear) .Include(x => x.JumpType) - //.Include(x => x.User) .Query() .Where(j => j.User.Id == user.Id) .ToList();