mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[RombaSharp] Remove unnecessary line
This commit is contained in:
@@ -305,7 +305,6 @@ namespace SabreTools
|
|||||||
// Make sure the file exists
|
// Make sure the file exists
|
||||||
if (!File.Exists(_db))
|
if (!File.Exists(_db))
|
||||||
{
|
{
|
||||||
SqliteConnection.CreateFile(_db);
|
|
||||||
DBTools.EnsureDatabase(_dbSchema, _db, _connectionString);
|
DBTools.EnsureDatabase(_dbSchema, _db, _connectionString);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user