We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96561ee commit dc0d7c5Copy full SHA for dc0d7c5
1 file changed
src/libutil/ustring.cpp
@@ -764,10 +764,6 @@ OIIO_UTIL_API int oiio_ustring_cleanup = Strutil::stoi(
764
static int ustring_cleanup_atexit_registered = []() {
765
std::atexit([]() {
766
if (pvt::oiio_ustring_cleanup) {
767
-#ifndef NDEBUG
768
- OIIO::print("ustring: freeing table resources ({} bytes)\n",
769
- v3_1::ustring_table().get_memory_usage());
770
-#endif
771
v3_1::ustring_table().free_resources();
772
v3_1::reverse_map().clear();
773
}
0 commit comments