[banshee] Last.fm: Remove debug printfs



commit 60cbcc949812e72656f722a2be8e3da299102a1b
Author: Alexander Kojevnikov <alexk gnome org>
Date:   Fri Jun 29 19:40:12 2012 -0400

    Last.fm: Remove debug printfs

 .../Lastfm/Lastfm/AudioscrobblerConnection.cs      |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/src/Libraries/Lastfm/Lastfm/AudioscrobblerConnection.cs b/src/Libraries/Lastfm/Lastfm/AudioscrobblerConnection.cs
index 0bb3796..b315887 100644
--- a/src/Libraries/Lastfm/Lastfm/AudioscrobblerConnection.cs
+++ b/src/Libraries/Lastfm/Lastfm/AudioscrobblerConnection.cs
@@ -220,7 +220,6 @@ namespace Lastfm
                 current_scrobble_request.AddParameter (String.Format ("mbid[{0}]", i), track.MusicBrainzId);
                 current_scrobble_request.AddParameter (String.Format ("chosenByUser[{0}]", i), chosen_by_user ? "1" : "0");
             }
-            Log.DebugFormat ("### Last.fm scrobbler sending '{0}'", current_scrobble_request.ToString ());
 
             state = State.Transmitting;
             current_async_result = current_scrobble_request.BeginSend (OnScrobbleResponse, tracks.Count);
@@ -313,8 +312,6 @@ namespace Lastfm
 
         private void NowPlaying (LastfmRequest request)
         {
-            Log.DebugFormat ("### Last.fm NowPlaying sending '{0}'", current_now_playing_request.ToString ());
-
             try {
                 request.BeginSend (OnNowPlayingResponse);
             }



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