From 3c4b965f8ae24b464f22887e86db0c4a4a5bf7ff Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Wed, 25 Jan 2017 00:38:21 -0500 Subject: [PATCH] cleanup using --- src/Api/IdentityServer/ProfileService.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Api/IdentityServer/ProfileService.cs b/src/Api/IdentityServer/ProfileService.cs index f268a69f58..93b7c172ac 100644 --- a/src/Api/IdentityServer/ProfileService.cs +++ b/src/Api/IdentityServer/ProfileService.cs @@ -4,7 +4,6 @@ using IdentityServer4.Models; using Bit.Core.Repositories; using Bit.Core.Services; using System.Security.Claims; -using Bit.Core.Domains; using System.Collections.Generic; using Microsoft.AspNetCore.Builder; using System.Linq;