diff --git a/URLNotesGrabberCORE/DataAccess.cs b/URLNotesGrabberCORE/DataAccess.cs index 334424a..64fbfe7 100644 --- a/URLNotesGrabberCORE/DataAccess.cs +++ b/URLNotesGrabberCORE/DataAccess.cs @@ -97,7 +97,7 @@ namespace URLNotesGrabberCORE SQLiteCommand command = new SQLiteCommand(sql, connection); command.ExecuteNonQuery(); - Console.WriteLine("+ " + blogName); + // Console.WriteLine("+ " + blogName); } catch (Exception ex) {