IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 37172


Ignore:
Timestamp:
Aug 1, 2014, 5:27:30 PM (12 years ago)
Author:
eugene
Message:

remove unneeded test prints

File:
1 edited

Legend:

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

    r37156 r37172  
    118118            sql = "SELECT differentStuff from Stufftable"
    119119
    120         print "SQL: " + sql
    121 
    122         try:
    123             # XXX EAM : test output
     120        try:
    124121            rs = self.executeQuery(sql)
    125122
     
    344341
    345342
    346         # XXX EAM : test output
    347343        self.logger.infoPair("smf files:", files)
    348344        if len(files) < 1: return None
Note: See TracChangeset for help on using the changeset viewer.