Commit 6f478346 by Danielle Madeley

Remove debugging comment that is no longer needed

parent 76421052
......@@ -33,8 +33,6 @@ class Includes(object):
self.d = d
def __eq__(self, a):
# for k, v in self.d.iteritems():
# assert_equal(v, a[k])
return all((v == a[k] for k, v in self.d.iteritems()))
def __repr__(self):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment