mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
remove logs
This commit is contained in:
parent
3fbdcdc431
commit
00ef58301e
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user