From 201a563fbcf2336c938220a30203834b8e514b67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Andr=C3=A9?= Date: Fri, 26 Mar 2021 15:09:04 +0100 Subject: [PATCH] Delete useless code --- Back/skydiveLogs-api.Infrastructure/JumpRepository.cs | 1 - 1 file changed, 1 deletion(-) 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();