Merge branch 'dev' of https://gitea.verdnatura.es/verdnatura/salix into 1772-campaign_metrics

This commit is contained in:
Carlos Jimenez Ruiz 2019-11-20 06:55:26 +01:00
commit 5888071a68
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@ class Controller extends Section {
} }
onSelection(days, type, weekday, events, exclusions) { onSelection(days, type, weekday, events, exclusions) {
console.log(events, exclusions);
if (this.editMode == 'include') { if (this.editMode == 'include') {
if (events.length) if (events.length)
this.edit(events[0]); this.edit(events[0]);