Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksei-fedotov committed Jan 7, 2025
1 parent f71e70a commit 0d5c992
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tbb/dynamic_link.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,6 @@ namespace r1 {
}
path = absolute_path;
}
std::fprintf(stdout, "Loading filename \"%s\"\n", path);
dynamic_link_handle library_handle = nullptr;
#if _WIN32
// Prevent Windows from displaying silly message boxes if it fails to load library
Expand Down

0 comments on commit 0d5c992

Please sign in to comment.