[f-spot/FSPOT_0_6_0_STABLE] remove 2 leftover scwl



commit 6e39f7cc9b7e5afdf4085239d19c22a7cb252ed9
Author: Stephane Delcroix <stephane delcroix org>
Date:   Thu Sep 24 10:35:35 2009 +0200

    remove 2 leftover scwl

 src/Core/Photo.cs |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/Core/Photo.cs b/src/Core/Photo.cs
index 7b48724..fa38bd6 100644
--- a/src/Core/Photo.cs
+++ b/src/Core/Photo.cs
@@ -494,7 +494,6 @@ namespace FSpot
 									 num);
 				name = String.Format (name, num);
 				System.Uri uri = GetUriForVersionName (name, System.IO.Path.GetExtension (VersionUri(base_version_id).GetFilename()));
-Console.WriteLine ("NEW VERSION URI {0}", uri);
 				GLib.File file = GLib.FileFactory.NewForUri (uri);
 	
 				if (! VersionNameExists (name) && ! file.Exists)
@@ -520,7 +519,6 @@ Console.WriteLine ("NEW VERSION URI {0}", uri);
 						num, name);
 	
 				System.Uri uri = GetUriForVersionName (final_name, System.IO.Path.GetExtension (VersionUri(base_version_id).GetFilename()));
-Console.WriteLine ("NEW VERSION URI {0}", uri);
 				GLib.File file = GLib.FileFactory.NewForUri (uri);
 
 				if (! VersionNameExists (final_name) && ! file.Exists)



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