Removed debugging printf.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9789 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
9ced69968f
commit
6b68617166
1 changed files with 0 additions and 1 deletions
|
|
@ -57,7 +57,6 @@ SWIGINTERN int
|
|||
SWIG_AsVal(Type) (VALUE o, Type* val)
|
||||
{
|
||||
if ( Ruby_Is_Complex( o ) ) {
|
||||
fprintf( stderr, "complex<double> conv\n");
|
||||
if (val) {
|
||||
VALUE real = rb_funcall(o, swig_real_id, 0 );
|
||||
VALUE imag = rb_funcall(o, swig_imag_id, 0 );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue