Remove unused function
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
This commit is contained in:
parent
0794cb7889
commit
a52c6d3351
1 changed files with 0 additions and 8 deletions
|
@ -153,14 +153,6 @@ export default {
|
|||
this.createTask({ summary: this.newTaskName, calendar: this.calendar })
|
||||
this.newTaskName = ''
|
||||
},
|
||||
|
||||
onMove: function($event, $originalEvent) {
|
||||
console.debug($event)
|
||||
console.debug($event.target)
|
||||
console.debug($event.to)
|
||||
// console.debug('target: ' + $event.target.attributes['task-id'].value)
|
||||
// console.debug('to: ' + $event.to.attributes['task-id'].value)
|
||||
},
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
|
Loading…
Reference in a new issue