remove commented out test code

This commit is contained in:
Gabby Gurdin 2024-03-18 11:18:44 -04:00
parent 97fc7a176d
commit a673372d64

View file

@ -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) {