Skip to content

Commit 8f5226d

Browse files
committed
TD-3953: Removed unwanted comments
1 parent b4214a8 commit 8f5226d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

LearningHub.Nhs.WebUI/Controllers/AccountController.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -954,7 +954,6 @@ public async Task<IActionResult> CreateAccountWorkPlaceSearch()
954954
public async Task<IActionResult> CreateAccountWorkPlace(AccountCreationViewModel accountCreationViewModel)
955955
{
956956
var accountCreation = await this.multiPageFormService.GetMultiPageFormData<AccountCreationViewModel>(MultiPageFormDataFeature.AddRegistrationPrompt, this.TempData);
957-
accountCreation.LocationId = "606";
958957
if (string.IsNullOrWhiteSpace(accountCreationViewModel.FilterText))
959958
{
960959
if (!string.IsNullOrWhiteSpace(accountCreation.LocationId))

0 commit comments

Comments
 (0)