From f7383b7ba608d4468e809fb2333d1e0c6ac91697 Mon Sep 17 00:00:00 2001 From: Alper Ebicoglu Date: Wed, 28 Feb 2018 08:17:48 +0300 Subject: [PATCH] Deleted debugger fixes aspnetzero/aspnet-zero-core#87 --- src/abpHttpInterceptor.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/abpHttpInterceptor.ts b/src/abpHttpInterceptor.ts index a706623..06c4b47 100644 --- a/src/abpHttpInterceptor.ts +++ b/src/abpHttpInterceptor.ts @@ -158,7 +158,7 @@ export class AbpHttpConfiguration { if (!ajaxResponse.error) { ajaxResponse.error = this.defaultError; } - debugger; + this.logError(ajaxResponse.error); this.showError(ajaxResponse.error); @@ -386,4 +386,4 @@ export class AbpHttpInterceptor implements HttpInterceptor { return false; } -} \ No newline at end of file +}