f-spot r3618 - trunk/Tests/src



Author: sdelcroix
Date: Fri Feb  1 10:51:46 2008
New Revision: 3618
URL: http://svn.gnome.org/viewvc/f-spot?rev=3618&view=rev

Log:


Modified:
   trunk/Tests/src/ThumbnailGenerator.cs

Modified: trunk/Tests/src/ThumbnailGenerator.cs
==============================================================================
--- trunk/Tests/src/ThumbnailGenerator.cs	(original)
+++ trunk/Tests/src/ThumbnailGenerator.cs	Fri Feb  1 10:51:46 2008
@@ -30,7 +30,6 @@
 				using (Gdk.Pixbuf tmp = test.ScaleSimple (size, size, Gdk.InterpType.Nearest)) {
 					string path = System.IO.Path.GetTempPath ();
 					path = System.IO.Path.Combine (path, name);
-					Console.WriteLine (path);
 					tmp.Save (path, Path.GetExtension (path).TrimStart (new char [] { '.' }));
 					return path;
 				}



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