Removed test code !wip

This commit is contained in:
Jamie Rees 2018-05-17 09:01:23 +01:00
parent 1935d70cf7
commit 3ca72c7e63

View file

@ -15,7 +15,7 @@ export class MobileComponent implements OnInit {
public templates: INotificationTemplates[];
public form: FormGroup;
public userList: IMobileUsersViewModel[];
public testUserId: string = "d164439a-6f23-43c6-bc12-6a8d3d89dbf5";
public testUserId: string;
constructor(private settingsService: SettingsService,
private notificationService: NotificationService,