Delete useless code

This commit is contained in:
Sébastien André
2021-03-26 15:09:04 +01:00
parent fe255041cc
commit 201a563fbc

View File

@@ -23,7 +23,6 @@ namespace skydiveLogs_api.Infrastructure
.Include(x => x.DropZone) .Include(x => x.DropZone)
.Include(x => x.Gear) .Include(x => x.Gear)
.Include(x => x.JumpType) .Include(x => x.JumpType)
//.Include(x => x.User)
.Query() .Query()
.Where(j => j.User.Id == user.Id) .Where(j => j.User.Id == user.Id)
.ToList(); .ToList();