Removed console.log()
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2021-08-30 14:51:02 +02:00
parent 3247f35b90
commit 4dc107bc58
1 changed files with 0 additions and 1 deletions

View File

@ -94,7 +94,6 @@ class Controller extends Section {
}).then(() => {
const data = zoneModel.data;
for (let row of data) {
console.log(row.events);
const [event] = row.events;
if (event && event.hour)
row.hour = event.hour;