Skip to content

Commit 5c56306

Browse files
TD-4383 removing unneeded line of code
1 parent 66ae70e commit 5c56306

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

DigitalLearningSolutions.Web/Controllers/TrackingSystem/Delegates/DeactivateDelegateController.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ public IActionResult Index(DeactivateDelegateAccountViewModel deactivateDelegate
8787
if (adminAccount != null)
8888
{
8989
var adminentity = new AdminEntity(adminAccount, userEntity.UserAccount, null);
90-
CultureInfo currentCulture = System.Threading.Thread.CurrentThread.CurrentCulture;
9190
roles = FilterableTagHelper.GetCurrentTagsForAdmin(adminentity).Where(s => s.Hidden == false)
9291
.Select(d => d.DisplayText).ToList<string>();
9392
}

0 commit comments

Comments
 (0)