didn't mean to leave that printf in

This commit is contained in:
Josh Faust 2010-09-01 20:28:51 +00:00
parent dfa9af6654
commit 092a0cc040
1 changed files with 0 additions and 1 deletions

View File

@ -93,7 +93,6 @@ std::string demangleName(const std::string& name)
out = name;
}
printf("name: %s, demangled: %s\n", name.c_str(), out.c_str());
return out;
#else
return name;