Logging
This commit is contained in:
parent
a5c34e8ec7
commit
7b4c4a53b9
|
|
@ -100,7 +100,8 @@ abstract class AppState implements Built<AppState, AppStateBuilder> {
|
|||
|
||||
@override
|
||||
String toString() {
|
||||
return 'Is Loading: ${this.isLoading}, Invoice: ${this.invoiceUIState.selected}';
|
||||
return '';
|
||||
//return 'Is Loading: ${this.isLoading}, Invoice: ${this.invoiceUIState.selected}';
|
||||
//return this.invoiceUIState.selected.toString();
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue