[banshee] [StoreView] Remove left-over debug console output
- From: Bertrand Lorentz <blorentz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee] [StoreView] Remove left-over debug console output
- Date: Sun, 11 Jul 2010 11:14:32 +0000 (UTC)
commit 0ae6073352aa8a9cdf5a204a98922aae04256e19
Author: Bertrand Lorentz <bertrand lorentz gmail com>
Date: Sun Jul 11 13:12:25 2010 +0200
[StoreView] Remove left-over debug console output
.../Banshee.AmazonMp3.Store/StoreView.cs | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/Extensions/Banshee.AmazonMp3.Store/Banshee.AmazonMp3.Store/StoreView.cs b/src/Extensions/Banshee.AmazonMp3.Store/Banshee.AmazonMp3.Store/StoreView.cs
index 0cb45fe..0057219 100644
--- a/src/Extensions/Banshee.AmazonMp3.Store/Banshee.AmazonMp3.Store/StoreView.cs
+++ b/src/Extensions/Banshee.AmazonMp3.Store/Banshee.AmazonMp3.Store/StoreView.cs
@@ -78,7 +78,6 @@ namespace Banshee.AmazonMp3.Store
protected override string OnDownloadRequested (string mimetype, string uri, string suggestedFilename)
{
- Console.WriteLine ("WTF: {0}", mimetype);
switch (mimetype) {
case "audio/x-amzxml":
var dest_uri_base = "file://" + Paths.Combine (Paths.TempDir, suggestedFilename);
@@ -121,4 +120,4 @@ namespace Banshee.AmazonMp3.Store
LoadUri (new Uri ("http://amz-proxy.banshee.fm/search/" + query).AbsoluteUri);
}
}
-}
\ No newline at end of file
+}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]