diff --git a/projects/clr/rocclr/os/os_win32.cpp b/projects/clr/rocclr/os/os_win32.cpp index 90edca5eeb..68a87f15f7 100644 --- a/projects/clr/rocclr/os/os_win32.cpp +++ b/projects/clr/rocclr/os/os_win32.cpp @@ -739,7 +739,6 @@ void Os::PrintLibraryLocation() { (LPCSTR)&Os::loadLibrary, &hm)) { char cszDllPath[1024] = {0}; if (GetModuleFileNameA(hm, cszDllPath, sizeof(cszDllPath))) { - printf("HIP Library Path: %s\n", cszDllPath); ClPrint(amd::LOG_INFO, amd::LOG_INIT, "HIP Library Path: %s", cszDllPath); return; }