Missed debugging output

This commit is contained in:
Matt Nadareski
2016-04-06 17:18:29 -07:00
parent 3523feb20b
commit ea7468a24e

View File

@@ -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))
{