Removed unnecessary debug log
This commit is contained in:
parent
c132f495b4
commit
60f20a754f
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user