Remove debug output for blog name in DataAccess to clean up console logs

This commit is contained in:
jim
2025-11-24 13:18:14 -06:00
parent 3d8c5a2823
commit 30f127cca4
+1 -1
View File
@@ -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)
{ {