Removed unnecessary debug log

This commit is contained in:
Magnus Åhall 2024-04-19 18:44:12 +02:00
parent c132f495b4
commit 60f20a754f

View File

@ -1035,7 +1035,6 @@ class ScheduleEventListTab extends Component {
if (a.Time > b.Time) return 1
return 0
}).map(evt => {
console.log(evt)
const dt = evt.Time.split('T')
const remind = () => {
if (evt.RemindMinutes > 0)