IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

dropping more test prints

File:
1 edited

Legend:

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

    r37179 r37241  
    8383    '''
    8484    def lockTable(self, table):
    85         print "Locking table: " + table
     85        # print "Locking table: " + table
    8686        self.execute("LOCK TABLES " + table + " WRITE")
    8787
     
    9090    '''
    9191    def unlockTables(self):
    92         print "Unlocking tables"
     92        # print "Unlocking tables"
    9393        self.execute("UNLOCK TABLES")
    9494
     
    117117        while (rs.next()):
    118118            tableName = rs.getString(1)
    119             print "table: " + tableName
     119            # print "table: " + tableName
    120120        rs.close()
    121121
Note: See TracChangeset for help on using the changeset viewer.