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);
|
||||
|
||||
command.ExecuteNonQuery();
|
||||
Console.WriteLine("+ " + blogName);
|
||||
// Console.WriteLine("+ " + blogName);
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user