Removed spurious print statement.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4561 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dave Beazley 2003-03-17 17:51:04 +00:00
commit 601fe97b1d

View file

@ -12,7 +12,6 @@ except:
print d, "is not an instance"
raise RuntimeError
print '%s' % d
s = string.split('%s' % d)[1]
if string.find(s, 'ArithUnaryFunction') == -1:
print d, "is not an ArithUnaryFunction"