From 129ef9be9815b31b83c2e13d1fb68be4bb73a975 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Wed, 20 Oct 2004 21:39:13 +0000 Subject: [PATCH] removed some stray debug messages git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6460 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/Source/Modules/allocate.cxx | 1 - SWIG/Source/Modules/python.cxx | 2 -- 2 files changed, 3 deletions(-) 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);