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/dvo.py

    r37173 r37239  
    6363        # this scratch Db either has no DVO info ingested, or a different DVO ingested. Prompt user
    6464        if not self.correctDvo:
    65             print "*******************************************************************************"
    6665            self.logger.warning("switching to a new dvo: '" + self.skychunk.dvoLocation + "'")
    6766            # response = raw_input("(y/n) ")
     
    105104
    106105        if (self.skychunk.dvoLocation == 'none'):
    107             print "do not load Photcodes for place-holder DVO " + self.skychunk.dvoLocation
     106            # print "do not load Photcodes for place-holder DVO " + self.skychunk.dvoLocation
    108107            return False
    109108
     
    160159
    161160        if (self.skychunk.dvoLocation == 'none'):
    162             print "do not load SkyTable for place-holder DVO " + self.skychunk.dvoLocation
     161            # print "do not load SkyTable for place-holder DVO " + self.skychunk.dvoLocation
    163162            return False
    164163
Note: See TracChangeset for help on using the changeset viewer.