Skip to content

Commit d044fc9

Browse files
committed
removed debugger
1 parent 167098a commit d044fc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/abpHttpInterceptor.ts

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)