This commit is contained in:
Christian Pauly 2020-01-18 13:28:56 +01:00
commit cccbd7557e
2 changed files with 1 additions and 2 deletions

View file

@ -356,7 +356,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 {