chore: Remove print

pull/764/head
krille-chan 11 months ago
parent 8a9715cac2
commit 3e9ff75efe
No known key found for this signature in database

@ -94,8 +94,6 @@ Future<MatrixSdkDatabase> _constructDatabase(Client client) async {
Logs().w('Unable to init database encryption', e, s);
}
print('$path/${client.clientName}');
return MatrixSdkDatabase(
client.clientName,
database: await openDatabase(

Loading…
Cancel
Save