remove debug printfs
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-c@13553 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
d6641336f8
commit
725c7f395a
1 changed files with 0 additions and 4 deletions
|
|
@ -194,7 +194,6 @@ public:
|
|||
|
||||
void substituteResolvedTypeSpecialVariable(SwigType *classnametype, String *tm, const char *classnamespecialvariable) {
|
||||
|
||||
Printf(stdout, "Getting proxy type for %s, replacing each %s in %s\n", classnametype, tm, classnamespecialvariable);
|
||||
if (SwigType_isenum(classnametype)) {
|
||||
String *enumname = getEnumName(classnametype);
|
||||
if (enumname)
|
||||
|
|
@ -238,9 +237,6 @@ public:
|
|||
SwigType *type = Copy(SwigType_typedef_resolve_all(pt));
|
||||
SwigType *strippedtype = SwigType_strip_qualifiers(type);
|
||||
|
||||
Printf(stdout, "pt was \"%s\"\n", pt);
|
||||
Printf(stdout, "tm was \"%s\"\n", tm);
|
||||
|
||||
if (Strstr(tm, "$resolved_type")) {
|
||||
SwigType *classnametype = Copy(strippedtype);
|
||||
substituteResolvedTypeSpecialVariable(classnametype, tm, "$resolved_type");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue