Update of /cvsroot/freevo/freevo/src/input/plugins
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25139/src/input/plugins

Modified Files:
        event_device.py 
Log Message:
Comment some debug, too noisy.


Index: event_device.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/input/plugins/event_device.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** event_device.py     4 Nov 2004 17:40:18 -0000       1.5
--- event_device.py     4 Dec 2004 01:48:50 -0000       1.6
***************
*** 9,12 ****
--- 9,15 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.6  2004/12/04 01:48:50  rshortt
+ # Comment some debug, too noisy.
+ #
  # Revision 1.5  2004/11/04 17:40:18  dischi
  # change to new notifier interface
***************
*** 177,181 ****
          value = data[4]
  
!         print '  time: %d type=%04x code=%04x value=%08x' % (now, type, code, 
value)
  
          # was it a reset?  if so, ignore
--- 180,184 ----
          value = data[4]
  
!         #print '  time: %d type=%04x code=%04x value=%08x' % (now, type, 
code, value)
  
          # was it a reset?  if so, ignore
***************
*** 195,199 ****
          elif value == 2 :
              if now < self.m_ignoreTill :
!                 print '  ignoring repeat until %d' % self.m_ignoreTill
                  return True
              else:
--- 198,202 ----
          elif value == 2 :
              if now < self.m_ignoreTill :
!                 #print '  ignoring repeat until %d' % self.m_ignoreTill
                  return True
              else:
***************
*** 213,217 ****
              pass
  
!         print '  sending off event %s' % key
          self.post_key(key)
  
--- 216,220 ----
              pass
  
!         #print '  sending off event %s' % key
          self.post_key(key)
  



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to