- removed unnecessary print
authorTony Mack <tmack@cs.princeton.edu>
Thu, 19 Oct 2006 17:02:42 +0000 (17:02 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Thu, 19 Oct 2006 17:02:42 +0000 (17:02 +0000)
PLC/Method.py

index 7791c1a..4915893 100644 (file)
@@ -153,7 +153,6 @@ class Method:
              "  %(fault_code)d, '%(call)s', %(runtime)f)" 
        self.api.db.do(sql_event % locals())    
 
-       print self.api.db.last_insert_id('events', 'event_id')  
        # log objects affected
        for object_id in object_ids:
                event_id =  self.api.db.last_insert_id('events', 'event_id')