diff --git a/code/Importer.cpp b/code/Importer.cpp index 8fc099ed6..2a59d17f4 100644 --- a/code/Importer.cpp +++ b/code/Importer.cpp @@ -1262,18 +1262,6 @@ void Importer::SetPropertyFloat(const char* szName, float iValue, void Importer::SetPropertyString(const char* szName, const std::string& value, bool* bWasExisting /*= NULL*/) { - try { - std::cout << ""; - } - catch (...) { - try { - throw; - } - catch(std::exception&) { - return; - } - } - ASSIMP_BEGIN_EXCEPTION_REGION(); SetGenericProperty(pimpl->mStringProperties, szName,value,bWasExisting); ASSIMP_END_EXCEPTION_REGION(void);