Skip to content

Commit

Permalink
chore: Remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
krille-chan committed Mar 29, 2024
1 parent 8a9715c commit 3e9ff75
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 3e9ff75

Please sign in to comment.