ngx-dsxlibrary 1.21.78 → 1.21.80
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2147,7 +2147,6 @@ class ErrorHandlerService {
|
|
|
2147
2147
|
}
|
|
2148
2148
|
return throwError(() => error);
|
|
2149
2149
|
}
|
|
2150
|
-
console.log('SERVICIO ERRORES', error.status);
|
|
2151
2150
|
const err = error;
|
|
2152
2151
|
const technicalMessage = `Error status: ${error.status}, Message: ${error.message}, URL: ${error.url}`;
|
|
2153
2152
|
let userMessage = 'Ha ocurrido un error inesperado.';
|