Skip to content

Commit

Permalink
Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewryanscott committed Jan 5, 2016
1 parent bcbddb4 commit f509011
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions louie/test/test_saferef.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,9 @@ def test_ShortCircuit(self):
for t in self.ts:
if hasattr(t, 'x'):
assert safe_ref(t.x) in sd
#assert sd.has_key(safe_ref(t.x))
else:
assert safe_ref(t) in sd
#assert sd.has_key(safe_ref(t))


def test_Representation(self):
"""Test that the reference object's representation works
Expand Down

0 comments on commit f509011

Please sign in to comment.