chore: Remove print

This commit is contained in:
krille-chan 2024-03-29 15:35:44 +01:00
parent 8a9715cac2
commit 3e9ff75efe
No known key found for this signature in database

View file

@ -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(