remove commented out test code
This commit is contained in:
parent
97fc7a176d
commit
a673372d64
1 changed files with 0 additions and 1 deletions
|
|
@ -17,7 +17,6 @@ Future<DatabaseApi> flutterMatrixSdkDatabaseBuilder(Client client) async {
|
|||
MatrixSdkDatabase? database;
|
||||
try {
|
||||
database = await _constructDatabase(client);
|
||||
// throw "error";
|
||||
await database.open();
|
||||
return database;
|
||||
} catch (e) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue