improve logging
This commit is contained in:
parent
51c6237d02
commit
5e466279a4
|
@ -46,4 +46,6 @@ class InputDuration(
|
|||
this.value = value / 60
|
||||
return this
|
||||
}
|
||||
|
||||
override fun toString(): String = "InputDuration: $value $unit"
|
||||
}
|
Loading…
Reference in a new issue