mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 01:13:25 +01:00
remove debugger in Et2Select
This commit is contained in:
parent
a2391779ab
commit
df5120f04c
@ -531,7 +531,6 @@ export class Et2Select extends Et2WithSearchMixin(Et2WidgetWithSelect)
|
|||||||
const missing = filterBySelectOptions(value, this.select_options);
|
const missing = filterBySelectOptions(value, this.select_options);
|
||||||
if(missing.length > 0)
|
if(missing.length > 0)
|
||||||
{
|
{
|
||||||
debugger;
|
|
||||||
console.warn("Invalid option '" + missing.join(", ") + "' removed from " + this.id, this);
|
console.warn("Invalid option '" + missing.join(", ") + "' removed from " + this.id, this);
|
||||||
value = value.filter(item => missing.indexOf(item) == -1);
|
value = value.filter(item => missing.indexOf(item) == -1);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user