mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-15 05:53:03 +00:00
54472: Remove console.log
This commit is contained in:
@@ -116,7 +116,6 @@ export class AuthService {
|
||||
options.headers = headers;
|
||||
return this.authRequestService.postToEndpoint('login', body, options).pipe(
|
||||
map((status: AuthStatus) => {
|
||||
console.log('yey response');
|
||||
if (status.authenticated) {
|
||||
return status;
|
||||
} else {
|
||||
|
@@ -42,7 +42,6 @@ export class RequestEffects {
|
||||
}),
|
||||
filter((entry: RequestEntry) => hasValue(entry)),
|
||||
map((entry: RequestEntry) => entry.request),
|
||||
tap((entry: RequestEntry) => console.log(entry)),
|
||||
flatMap((request: RestRequest) => {
|
||||
let body;
|
||||
if (isNotEmpty(request.body)) {
|
||||
|
Reference in New Issue
Block a user