mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Missed debugging output
This commit is contained in:
@@ -131,7 +131,6 @@ namespace SabreTools
|
||||
if (_sources != "")
|
||||
{
|
||||
string query = "SELECT name FROM sources WHERE id in (" + _sources + ")";
|
||||
Console.WriteLine(query);
|
||||
|
||||
using (SQLiteConnection dbc = new SQLiteConnection(_connectionString))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user