f-spot r4002 - trunk/src



Author: sdelcroix
Date: Wed May 28 09:54:45 2008
New Revision: 4002
URL: http://svn.gnome.org/viewvc/f-spot?rev=4002&view=rev

Log:
removing some debugging output

Modified:
   trunk/src/TimeAdaptor.cs

Modified: trunk/src/TimeAdaptor.cs
==============================================================================
--- trunk/src/TimeAdaptor.cs	(original)
+++ trunk/src/TimeAdaptor.cs	Wed May 28 09:54:45 2008
@@ -50,7 +50,7 @@
 		
 		public void SetLimits (int min, int max) 
 		{
-			Console.WriteLine ("min {0} max {1}", min, max);
+			//Console.WriteLine ("min {0} max {1}", min, max);
 			DateTime start = DateFromIndex (min);
 
 			DateTime end = DateFromIndex(max);
@@ -65,7 +65,7 @@
 
 		public void SetLimits (DateTime start, DateTime end)
 		{
-			Console.WriteLine ("{0} {1}", start, end);
+			//Console.WriteLine ("{0} {1}", start, end);
 			if (start > end)
 				query.Range = new DateRange (end, start);
 			else 



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