Reduce logs and comments
This commit is contained in:
@@ -35,7 +35,6 @@ LazyDatabase _openConnection() {
|
||||
return LazyDatabase(() async {
|
||||
final dbFolder = await getDatabasesPath();
|
||||
final file = File(join(dbFolder, 'massive.db'));
|
||||
print('file.path=${file.path}');
|
||||
return VmDatabase(file, logStatements: true);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user