gnome-scan r767 - trunk/lib



Author: bersace
Date: Wed Jan 14 21:22:28 2009
New Revision: 767
URL: http://svn.gnome.org/viewvc/gnome-scan?rev=767&view=rev

Log:
Remove some debugging output.

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	Wed Jan 14 21:22:28 2009
@@ -126,7 +126,6 @@
 			bool scanner_is_node = this._scanner.nodes.length() == 0;
 			if (scanner_is_node) {
 				while(!this.cancelled && this._scanner.work(out progress)) {
-					debug("%.2f%%", progress*100);
 					this._progress = progress/3.0;
 				}
 				this.load_buffer.set("operation", "gegl:load-buffer",



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