[xiph-cvs] cvs commit: snatch Snatch

Monty xiphmont at xiph.org
Fri Apr 12 17:53:33 PDT 2002



xiphmont    02/04/12 17:53:33

  Modified:    .        Snatch
  Log:
  remove some debugging prints

Revision  Changes    Path
1.9       +0 -6      snatch/Snatch

Index: Snatch
===================================================================
RCS file: /usr/local/cvsroot/snatch/Snatch,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- Snatch	2002/04/13 00:51:18	1.8
+++ Snatch	2002/04/13 00:53:32	1.9
@@ -677,21 +677,15 @@
     if($mode=~/timer/){
         my$now=time();
 
-	print "mode=timer\n";
-
         if($TIMER_ENDTIMES[$TIMER_SORTED[$#TIMER]]<$now){
-	    print "stopping\n";
             Robot_Stop();
             Robot_Inactive();
             ButtonConfig();
         }else{
             
             if($now>=$next_timer_event){
-		print "setting up\n";
                 SetupTimerDispatch();
             }else{
-		print "recording\n";
-
                 my$waiting_seconds=$next_timer_event-$now;
                 
                 my$waiting_minutes=int($waiting_seconds/60);

<p><p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list