[banshee] [AppleDevice] Remove Console.WriteLines



commit 37f1f425e102eb6c62b67cb476d14a452fe15f2f
Author: Alex Launi <alex launi gmail com>
Date:   Thu Aug 19 20:34:02 2010 -0400

    [AppleDevice] Remove Console.WriteLines

 .../Banshee.Dap.AppleDevice/AppleDeviceSource.cs   |    1 -
 .../AppleDeviceTrackInfo.cs                        |    2 +-
 2 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/Dap/Banshee.Dap.AppleDevice/Banshee.Dap.AppleDevice/AppleDeviceSource.cs b/src/Dap/Banshee.Dap.AppleDevice/Banshee.Dap.AppleDevice/AppleDeviceSource.cs
index 72ac515..517280c 100644
--- a/src/Dap/Banshee.Dap.AppleDevice/Banshee.Dap.AppleDevice/AppleDeviceSource.cs
+++ b/src/Dap/Banshee.Dap.AppleDevice/Banshee.Dap.AppleDevice/AppleDeviceSource.cs
@@ -168,7 +168,6 @@ namespace Banshee.Dap.AppleDevice
                     }
                 } catch (Exception e) {
                     Log.Exception (e);
-                    Console.WriteLine (e);
                 }
             }
 
diff --git a/src/Dap/Banshee.Dap.AppleDevice/Banshee.Dap.AppleDevice/AppleDeviceTrackInfo.cs b/src/Dap/Banshee.Dap.AppleDevice/Banshee.Dap.AppleDevice/AppleDeviceTrackInfo.cs
index ba72350..3445ec9 100644
--- a/src/Dap/Banshee.Dap.AppleDevice/Banshee.Dap.AppleDevice/AppleDeviceTrackInfo.cs
+++ b/src/Dap/Banshee.Dap.AppleDevice/Banshee.Dap.AppleDevice/AppleDeviceTrackInfo.cs
@@ -103,7 +103,7 @@ namespace Banshee.Dap.AppleDevice
             try {
                 Uri = new SafeUri (System.IO.Path.Combine (track.ITDB.Mountpoint, track.IpodPath.Replace (":", System.IO.Path.DirectorySeparatorChar.ToString ()).Substring (1)));
             } catch (Exception ex) {
-                Console.WriteLine (ex);
+                Log.Exception (ex);
                 Uri = null;
             }
 



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