mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 15:03:07 +00:00
54472: Remove console logs
This commit is contained in:
@@ -52,7 +52,6 @@ export class CreateCollectionPageComponent {
|
||||
})))
|
||||
});
|
||||
this.collectionDataService.create(collection).subscribe((rd: RemoteData<DSpaceObject>) => {
|
||||
console.log(rd);
|
||||
if (rd.hasSucceeded) {
|
||||
this.router.navigateByUrl('');
|
||||
}
|
||||
|
Reference in New Issue
Block a user