Merge "Don't call super on queue deletion"

This commit is contained in:
Jenkins
2013-04-02 18:42:36 +00:00
committed by Gerrit Code Review

View File

@@ -90,7 +90,6 @@ class QueueController(storage.QueueBase):
return not rst["updatedExisting"]
def delete(self, name, tenant=None):
super(QueueController, self).delete(name, tenant)
self._col.remove({"t": tenant, "n": name})
def stats(self, name, tenant=None):