IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 2, 2014, 6:16:07 AM (12 years ago)
Author:
eugene
Message:

remove commented out old code

File:
1 edited

Legend:

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

    r37129 r37175  
    8484    '''
    8585    def alterPspsTables(self):
    86 
    87         # XXX EAM 2014.07.24 : why is this no longer needed?
    88         # dec is reserved in MySQL, so STILTS replaces if with dec_, which PSPS doesn't like. so, force it back again using ``
    89         # self.scratchDb.execute("ALTER TABLE MeanObject CHANGE dec_ `dec` double")
    90         # self.scratchDb.execute("ALTER TABLE ObjectThin CHANGE dec_ `dec` double")
    9186
    9287        return True
Note: See TracChangeset for help on using the changeset viewer.