diff --git a/Util/BoostFileSystemFix.h b/Util/BoostFileSystemFix.h index 998eb75ad9b..1e1e98e0e14 100644 --- a/Util/BoostFileSystemFix.h +++ b/Util/BoostFileSystemFix.h @@ -140,13 +140,8 @@ inline void AssertPathExists(const boost::filesystem::path &path) { if (!boost::filesystem::is_regular_file(path)) { - SimpleLogger().Write(logDEBUG) << path << " check failed"; throw OSRMException(path.string() + " not found."); } - else - { - SimpleLogger().Write(logDEBUG) << path << " exists"; - } } #endif /* BOOST_FILE_SYSTEM_FIX_H */