remove debugging print

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9016 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2006-03-19 23:36:22 +00:00
commit a9d56d0f27

View file

@ -2518,7 +2518,6 @@ Language::copyconstructorHandler(Node *n) {
Swig_ConstructorToFunction(n,ClassType, none_comparison, director_ctor,
CPlusPlus, Getattr(n,"template") ? 0 : Extend);
Setattr(n,"sym:name", mrename);
Printf(stderr,"Hello\n");
functionWrapper(n);
Delete(mrename);
Swig_restore(n);