mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
remove debug log
This commit is contained in:
@@ -305,7 +305,6 @@ export abstract class FieldParser {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public setValues(modelConfig: DsDynamicInputModelConfig, fieldValue: any, forceValueAsObj: boolean = false, groupModel?: boolean) {
|
public setValues(modelConfig: DsDynamicInputModelConfig, fieldValue: any, forceValueAsObj: boolean = false, groupModel?: boolean) {
|
||||||
console.log('modelConfig.id', modelConfig.id);
|
|
||||||
if (isNotEmpty(fieldValue)) {
|
if (isNotEmpty(fieldValue)) {
|
||||||
if (groupModel) {
|
if (groupModel) {
|
||||||
// Array, values is an array
|
// Array, values is an array
|
||||||
|
Reference in New Issue
Block a user