Removed console.log()
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
3247f35b90
commit
4dc107bc58
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue