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:
Mike Hearn
2016-10-10 12:00:36 +02:00
parent cf19ff37cd
commit 11bcaf5fb2
2 changed files with 3 additions and 4 deletions

View File

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