Skip to content

Commit

Permalink
Remove debug print statement left over from PR #1316.
Browse files Browse the repository at this point in the history
  • Loading branch information
fperez committed Jan 26, 2012
1 parent bf55239 commit d073dfc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion IPython/testing/iptest.py
Expand Up @@ -285,7 +285,6 @@ def __init__(self, runner='iptest', params=None):
# Assemble call
self.call_args = self.runner+self.params

print self.call_args
if '--with-xunit' in self.call_args:
sect = [p for p in self.params if p.startswith('IPython')][0]
self.call_args.append('--xunit-file=%s' % path.abspath(sect+'.xunit.xml'))
Expand Down

0 comments on commit d073dfc

Please sign in to comment.