Remove debugger

AW-4620
Peter Bastiani 2022-02-21 09:15:07 +01:00
parent 74c77bae5e
commit f81b16b966
1 changed files with 0 additions and 1 deletions

View File

@ -40,7 +40,6 @@ export class AvatarComponent implements OnInit {
refresh(user: IUser) {
if (!user) return null;
debugger;
const apiEndpoint = this.appConfig.getConfig("apiEndPoint");
this.src = `${apiEndpoint}/api/v1/users/${user.code}/avatar`;
this.name = user.firstName && user.lastName ?