Reduce logs and comments

This commit is contained in:
2023-04-13 18:24:35 +12:00
parent 7c71f5fa3e
commit b1c7fc8882
2 changed files with 0 additions and 26 deletions
-1
View File
@@ -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);
});
}