[banshee] [Podcasting] Remove Console.WriteLine



commit 0ff8976bddbac0c9e58cc45b487a5b41db17848a
Author: Gabriel Burt <gabriel burt gmail com>
Date:   Sat Aug 14 18:06:57 2010 -0700

    [Podcasting] Remove Console.WriteLine

 .../Banshee.Podcasting.Data/PodcastSource.cs       |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/Extensions/Banshee.Podcasting/Banshee.Podcasting.Data/PodcastSource.cs b/src/Extensions/Banshee.Podcasting/Banshee.Podcasting.Data/PodcastSource.cs
index 9e67324..3b13f0b 100644
--- a/src/Extensions/Banshee.Podcasting/Banshee.Podcasting.Data/PodcastSource.cs
+++ b/src/Extensions/Banshee.Podcasting/Banshee.Podcasting.Data/PodcastSource.cs
@@ -163,7 +163,6 @@ namespace Banshee.Podcasting.Gui
         private List<FeedMessage> feed_messages = new List<FeedMessage> ();
         public void UpdateFeedMessages ()
         {
-            Console.WriteLine ("Updating feed msgs");
             var feeds = Feed.Provider.FetchAllMatching (
                 "IsSubscribed = 1 AND (LastDownloadTime = 0 OR LastDownloadError != 0) ORDER BY LastDownloadTime ASC").ToList ();
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]