remove debugging

This commit is contained in:
j 2018-09-25 10:39:42 +02:00
commit 66c3561328
2 changed files with 0 additions and 3 deletions

View file

@ -103,7 +103,6 @@ pandora.ui.editDocumentsDialog = function() {
if (Ox.unique(values).length > 1) {
isMixed[key] = true;
}
console.log(key, values)
data[key] = isMixed[key] ? null
: isArray && values.length ? values[0].split(separator)
: values[0];