diff --git a/src/Controllers/HomeController.cs b/src/Controllers/HomeController.cs index 3f8e77e..50d2f3e 100644 --- a/src/Controllers/HomeController.cs +++ b/src/Controllers/HomeController.cs @@ -32,9 +32,7 @@ public class HomeController : Controller [HttpGet("Assets")] public async Task Assets() { - IEnumerable users = await _ldap.ListUsersAsync(); IEnumerable assets = await _ldap.ListDeviceAsync(); - IEnumerable locations = await _ldap.ListLocationsAsync(); List assetsTableViewModels = []; foreach (AssetModel asset in assets) {