seed r191 - trunk/examples/lightsoff



Author: hortont
Date: Sat Nov  8 03:54:40 2008
New Revision: 191
URL: http://svn.gnome.org/viewvc/seed?rev=191&view=rev

Log:
Remove debugging prints.


Modified:
   trunk/examples/lightsoff/lightsoff.js

Modified: trunk/examples/lightsoff/lightsoff.js
==============================================================================
--- trunk/examples/lightsoff/lightsoff.js	(original)
+++ trunk/examples/lightsoff/lightsoff.js	Sat Nov  8 03:54:40 2008
@@ -20,7 +20,6 @@
 var vbox = new Gtk.VBox();
 
 vbox.pack_start(create_menu());
-Seed.print("Initial size: " + size);
 vbox.pack_start(table);
 
 window.add(vbox);



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