remove logs

This commit is contained in:
Julien Fastré 2022-05-23 17:59:56 +02:00
parent 3fbdcdc431
commit 00ef58301e

View File

@ -152,11 +152,6 @@ export default {
this.$store.dispatch('updateEvent', payload);
},
onEventClick(payload) {
console.log('onEventClick', payload);
console.log('extendedProps', payload.event.extendedProps);
console.log('isRange', payload.event.extendedProps.is === 'range');
if (payload.event.extendedProps.is !== 'range') {
// do nothing when clicking on remote
return;