Skip to content

Commit dc0d7c5

Browse files
committed
Remove debugging print
Signed-off-by: Larry Gritz <lg@larrygritz.com>
1 parent 96561ee commit dc0d7c5

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/libutil/ustring.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -764,10 +764,6 @@ OIIO_UTIL_API int oiio_ustring_cleanup = Strutil::stoi(
764764
static int ustring_cleanup_atexit_registered = []() {
765765
std::atexit([]() {
766766
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
771767
v3_1::ustring_table().free_resources();
772768
v3_1::reverse_map().clear();
773769
}

0 commit comments

Comments
 (0)