Remove debug output for blog name in DataAccess to clean up console logs
This commit is contained in:
@@ -97,7 +97,7 @@ namespace URLNotesGrabberCORE
|
|||||||
SQLiteCommand command = new SQLiteCommand(sql, connection);
|
SQLiteCommand command = new SQLiteCommand(sql, connection);
|
||||||
|
|
||||||
command.ExecuteNonQuery();
|
command.ExecuteNonQuery();
|
||||||
Console.WriteLine("+ " + blogName);
|
// Console.WriteLine("+ " + blogName);
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user