Skip to content

Commit

Permalink
Oops. Remove debug print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasT committed Jul 20, 2008
1 parent 6cf395e commit 271b47f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/test_object.py
Expand Up @@ -279,9 +279,6 @@ def test_method(self):
};
'''
out = self.ctx.evaluate_script(script)
print type(out)
print out
print out.__class__
self.assert_(isinstance(out, jscore.JSObject))

value = out.foo()
Expand Down

0 comments on commit 271b47f

Please sign in to comment.