mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
remove console log (#2422)
This commit is contained in:
@@ -367,7 +367,6 @@ export class ViewerComponent implements OnDestroy, OnChanges {
|
||||
},
|
||||
error: (error) => {
|
||||
this.isLoading = false;
|
||||
console.log(error);
|
||||
}
|
||||
});
|
||||
} else {
|
||||
@@ -376,7 +375,6 @@ export class ViewerComponent implements OnDestroy, OnChanges {
|
||||
},
|
||||
(err) => {
|
||||
this.isLoading = false;
|
||||
console.log(err);
|
||||
}
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user