Removed unnecessary debug log
This commit is contained in:
parent
c132f495b4
commit
60f20a754f
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue