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

    r37179 r37239  
    482482        try: self.execute(sql)
    483483        except:
    484             print "problem dropping DVO " + dvoDetectionTable
     484            self.logger.errorPair("problem dropping DVO table", dvoDetectionTable)
    485485            pass
    486486
     
    561561
    562562       # we need a big enough memory table for the incoming detections
    563        print "requested memory in gigs: ", self.memoryTableSize
     563       # print "requested memory in gigs: ", self.memoryTableSize
    564564       tableSize = int(self.memoryTableSize) * 1024 * 1024 * 1024
     565       self.logger.infoPair("setting max heap size: ", tableSize)
     566
    565567       sql = "set @@max_heap_table_size = " + str(tableSize)
    566        print "setting max heap size: ", sql
    567568       try: self.execute(sql)
    568569       except:
Note: See TracChangeset for help on using the changeset viewer.