More clean up

This commit is contained in:
Christian Pauly 2020-01-19 15:30:23 +01:00
commit 5ad49c03a3
3 changed files with 6 additions and 3 deletions

View file

@ -344,7 +344,7 @@ class MatrixState extends State<Matrix> {
@override
void initState() {
if (widget.client == null) {
client = Client(widget.clientName, debug: true);
client = Client(widget.clientName, debug: false);
if (!kIsWeb) {
_initWithStore();
} else {