IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 12, 2014, 3:27:57 PM (12 years ago)
Author:
eugene
Message:

remove test pritns

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140717/ippToPsps/jython/ipptopsps.py

    r37133 r37239  
    5555            raise
    5656
    57         print "check client status"
    5857        self.checkClientStatus()
    5958
     
    143142    def checkClientStatus(self):
    144143
    145         print "updateClient (add this process to client table)"
    146144        self.ippToPspsDb.updateClient(self.config.programName, self.HOST, self.PID)
    147145
    148         print "check if isKilled (has someone killed me?)"
    149146        if self.ippToPspsDb.isKilled(self.HOST, self.PID):
    150147            self.exitProgram("killed via Db")
     
    152149        # this loop pauses the process if we have no skychunk or we have set it to pause
    153150        firstTimeIn = True
    154         print "refreshSkychunk"
    155151        while not self.refreshSkychunk() or self.ippToPspsDb.isPaused(self.HOST, self.PID):
    156 
    157             print "looping in ipptopsps"
    158 
    159152            self.ippToPspsDb.updateClient(self.config.programName, self.HOST, self.PID)
    160153            if self.ippToPspsDb.isKilled(self.HOST, self.PID):
     
    163156            firstTimeIn = False
    164157            time.sleep(self.PAUSEPERIOD)
    165 
    166         print "DONE looping in ipptopsps"
    167158
    168159    '''
Note: See TracChangeset for help on using the changeset viewer.