[f-spot] Remove debug statement as it confuses people.



commit 065c433f6f8991372afe52b169c5f87d7bcb5761
Author: Ruben Vermeersch <ruben savanne be>
Date:   Wed Sep 15 10:19:22 2010 +0200

    Remove debug statement as it confuses people.

 src/Clients/MainApp/FSpot/main.cs |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/Clients/MainApp/FSpot/main.cs b/src/Clients/MainApp/FSpot/main.cs
index 24b541c..410a582 100644
--- a/src/Clients/MainApp/FSpot/main.cs
+++ b/src/Clients/MainApp/FSpot/main.cs
@@ -282,7 +282,6 @@ namespace FSpot
 				UpdatePlugins ();
 			} catch (Exception e) {
 				Log.Debug ("Failed to initialize plugins, will remove addin-db and try again.");
-				Log.DebugException (e);
 				ResetPluginDb ();
 			}
 			SetupService setupService = new SetupService (AddinManager.Registry);



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