Author: jerome
Date: 2009-04-10 14:42:07 +0200 (Fri, 10 Apr 2009)
New Revision: 4467

Modified:
   
software_suite_v2/software/gadgets/tuxdroid-gadget-maxlight/trunk/executables/tuxdroid-gadget-maxlight.py
Log:
* Removed a print.

Modified: 
software_suite_v2/software/gadgets/tuxdroid-gadget-maxlight/trunk/executables/tuxdroid-gadget-maxlight.py
===================================================================
--- 
software_suite_v2/software/gadgets/tuxdroid-gadget-maxlight/trunk/executables/tuxdroid-gadget-maxlight.py
   2009-04-10 12:41:03 UTC (rev 4466)
+++ 
software_suite_v2/software/gadgets/tuxdroid-gadget-maxlight/trunk/executables/tuxdroid-gadget-maxlight.py
   2009-04-10 12:42:07 UTC (rev 4467)
@@ -124,7 +124,7 @@
         tux.spinning.leftOnDuring(0.1, speed=1)
         sleep(0.3)
         lum = float(tux.status.requestOne('light_level')[0])
-        print lum
+        
         if lum >= l_stop:
             tux.spinning.off()
             break


------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to