Changeset 1775

Show
Ignore:
Timestamp:
10/05/04 11:21:34 (20 years ago)
Author:
jalet
Message:

Removed misleading comments

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/pykota/accounters/hardware.py

    r1774 r1775  
    2222# 
    2323# $Log$ 
     24# Revision 1.30  2004/10/05 09:21:34  jalet 
     25# Removed misleading comments 
     26# 
    2427# Revision 1.29  2004/10/05 09:20:07  jalet 
    2528# Reduced delay from 2 to 1 seconds in internal SNMP and PJL_over_TCP 
     
    202205                if statusAsString in ('idle', 'printing') : 
    203206                    break 
    204                 # In reality, and if I'm not mistaken, we will NEVER get there.     
    205207                self.parent.filter.logdebug(_("Waiting for printer %s to be idle or printing...") % self.parent.filter.printername)     
    206208                time.sleep(ITERATIONDELAY) 
     
    292294            if self.printerStatus in ('10000', '10001', '10023') : 
    293295                break 
    294             # In reality, and if I'm not mistaken, we will NEVER get there.     
    295296            self.parent.filter.logdebug(_("Waiting for printer %s to be idle or printing...") % self.parent.filter.printername) 
    296297            time.sleep(ITERATIONDELAY)