Remove old content

This commit is contained in:
Hubert Van De Walle 2020-04-19 17:43:10 +02:00
parent b9ef05c10d
commit 40ff2851ce

View File

@ -43,7 +43,6 @@ class NoteController(kodein: Kodein) : KodeinController(kodein) {
val note = Note {
this.title = body.title
this.content = body.content
this.user = user
}