diff --git a/SWIG/Source/Modules/allocate.cxx b/SWIG/Source/Modules/allocate.cxx index acdb72615..30f60e613 100644 --- a/SWIG/Source/Modules/allocate.cxx +++ b/SWIG/Source/Modules/allocate.cxx @@ -507,7 +507,6 @@ public: /* If base class does not allow default destructor, we don't allow it either */ if (Getattr(n,"allocate:has_assign")) { allows_assign = !Getattr(n,"allocate:noassign"); - Printf(stderr,"name %s %s\n",Getattr(n,"name"),Getattr(n,"allocate:noassign")); } } if (!allows_assign) { diff --git a/SWIG/Source/Modules/python.cxx b/SWIG/Source/Modules/python.cxx index 6a758ac58..6a446d5f5 100644 --- a/SWIG/Source/Modules/python.cxx +++ b/SWIG/Source/Modules/python.cxx @@ -1475,8 +1475,6 @@ public: } int assignable = is_assignable(n); - Printf(stderr,"name %s %s\n",name, Getattr(n,"allocate:noassign")); - if ((shadow) && assignable) { if (!in_class) { Printf(f_shadow_stubs,"%s = %s.%s\n", iname, global_name, iname);