cosmetic
[plcapi.git] / PLC / EventObjects.py
index 1c6c4bb..7b430e7 100644 (file)
@@ -5,6 +5,7 @@
 # Copyright (C) 2006 The Trustees of Princeton University
 #
 # $Id$
+# $URL$
 #
 
 from PLC.Faults import *
@@ -57,7 +58,5 @@ class EventObjects(Table):
                 sql += " AND (%s) %s" % event_filter.sql(api, "AND")
             else:
                 raise PLCInvalidArgument, "Wrong event object filter %r"%event_filter
-# with new filtering, caller needs to set this explicitly
-#      sql += " ORDER BY %s" % EventObject.primary_key
         
        self.selectall(sql)