gnome-scan r811 - trunk/lib



Author: bersace
Date: Sun Feb  1 18:02:30 2009
New Revision: 811
URL: http://svn.gnome.org/viewvc/gnome-scan?rev=811&view=rev

Log:
Drop debugging messages for preselection

Modified:
   trunk/lib/gnome-scan-job.vala

Modified: trunk/lib/gnome-scan-job.vala
==============================================================================
--- trunk/lib/gnome-scan-job.vala	(original)
+++ trunk/lib/gnome-scan-job.vala	Sun Feb  1 18:02:30 2009
@@ -182,14 +182,10 @@
 
 		private void apply_preselections(Node node)
 		{
-			debug("Applying preselections to node %s",
-				  node.get_type().name());
 			foreach(Preselection presel in preselections) {
 				var option = node.lookup_option(presel.option_name);
-				if (option != null) {
-					debug("Apply preselection on %s", presel.option_name);
+				if (option != null)
 					presel.apply(option);
-				}
 			}
 		}
 



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