mirror of
https://github.com/corda/corda.git
synced 2025-06-18 23:28:21 +00:00
Minor: go back to using logging for the trader demo specific output (i.e. admit defeat with the ANSI renderer, which is not long for this world anyway)
This commit is contained in:
@ -11,7 +11,6 @@ import java.util.*
|
||||
* they are added to the [StateMachineManager].
|
||||
*/
|
||||
class ANSIProgressObserver(val smm: StateMachineManager) {
|
||||
|
||||
init {
|
||||
smm.changes.subscribe { change ->
|
||||
when (change.addOrRemove) {
|
||||
|
Reference in New Issue
Block a user