Remove unused function

Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
This commit is contained in:
Raimund Schlüßler 2019-07-09 12:34:20 +02:00 committed by GitHub
parent 0794cb7889
commit a52c6d3351
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 8 deletions

View File

@ -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>