mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
Remove console log
This commit is contained in:
@@ -90,7 +90,6 @@ export class ExportMetadataSelectorComponent extends DSOSelectorModalWrapperComp
|
|||||||
if (isAdmin) {
|
if (isAdmin) {
|
||||||
parameterValues.push(Object.assign(new ProcessParameter(), {name: '-a'}));
|
parameterValues.push(Object.assign(new ProcessParameter(), {name: '-a'}));
|
||||||
}
|
}
|
||||||
console.log(isAdmin, parameterValues);
|
|
||||||
return this.scriptDataService.invoke(METADATA_EXPORT_SCRIPT_NAME, parameterValues, []);
|
return this.scriptDataService.invoke(METADATA_EXPORT_SCRIPT_NAME, parameterValues, []);
|
||||||
}),
|
}),
|
||||||
getFirstCompletedRemoteData(),
|
getFirstCompletedRemoteData(),
|
||||||
|
Reference in New Issue
Block a user