Skip to content

Commit f7383b7

Browse files
authored
Deleted debugger
fixes aspnetzero/aspnet-zero-core#87
1 parent 940b422 commit f7383b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/abpHttpInterceptor.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ export class AbpHttpConfiguration {
158158
if (!ajaxResponse.error) {
159159
ajaxResponse.error = this.defaultError;
160160
}
161-
debugger;
161+
162162
this.logError(ajaxResponse.error);
163163
this.showError(ajaxResponse.error);
164164

@@ -386,4 +386,4 @@ export class AbpHttpInterceptor implements HttpInterceptor {
386386

387387
return false;
388388
}
389-
}
389+
}

0 commit comments

Comments
 (0)