f-spot r4178 - trunk/src



Author: sdelcroix
Date: Mon Jul 14 14:59:39 2008
New Revision: 4178
URL: http://svn.gnome.org/viewvc/f-spot?rev=4178&view=rev

Log:
remove a debug line


Modified:
   trunk/src/FileImportBackend.cs

Modified: trunk/src/FileImportBackend.cs
==============================================================================
--- trunk/src/FileImportBackend.cs	(original)
+++ trunk/src/FileImportBackend.cs	Mon Jul 14 14:59:39 2008
@@ -78,10 +78,8 @@
 		List<Uri> existing_entries = new List<Uri> ();
 
 		foreach (Photo p in store.Query (new Uri (dirinfo.FullName)))
-			foreach (uint id in p.VersionIds) {
-				Log.DebugFormat ("found {0}", p.VersionUri (id));
+			foreach (uint id in p.VersionIds)
 				existing_entries.Add (p.VersionUri (id));
-			}
 
 		foreach (System.IO.FileInfo f in files)
 			if (! existing_entries.Contains (UriUtils.PathToFileUri (f.FullName)) && !f.Name.StartsWith (".")) {



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