chore: Remove print
This commit is contained in:
parent
8a9715cac2
commit
3e9ff75efe
1 changed files with 0 additions and 2 deletions
|
|
@ -94,8 +94,6 @@ Future<MatrixSdkDatabase> _constructDatabase(Client client) async {
|
||||||
Logs().w('Unable to init database encryption', e, s);
|
Logs().w('Unable to init database encryption', e, s);
|
||||||
}
|
}
|
||||||
|
|
||||||
print('$path/${client.clientName}');
|
|
||||||
|
|
||||||
return MatrixSdkDatabase(
|
return MatrixSdkDatabase(
|
||||||
client.clientName,
|
client.clientName,
|
||||||
database: await openDatabase(
|
database: await openDatabase(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue