[RombaSharp] Remove unnecessary line

This commit is contained in:
Matt Nadareski
2016-09-02 11:27:37 -07:00
parent 93ca60e299
commit 98eb7ee73e

View File

@@ -305,7 +305,6 @@ namespace SabreTools
// Make sure the file exists
if (!File.Exists(_db))
{
SqliteConnection.CreateFile(_db);
DBTools.EnsureDatabase(_dbSchema, _db, _connectionString);
}