diff --git a/projects/clr/rocclr/runtime/device/gpu/gpuprintf.cpp b/projects/clr/rocclr/runtime/device/gpu/gpuprintf.cpp index 2e32460290..38fa697648 100644 --- a/projects/clr/rocclr/runtime/device/gpu/gpuprintf.cpp +++ b/projects/clr/rocclr/runtime/device/gpu/gpuprintf.cpp @@ -514,11 +514,6 @@ PrintfDbg::outputDbgBuffer(const PrintfInfo& info, const uint32_t* workitemData, / sizeof(uint32_t); } } - else { - amd::Os::printf("Error: The arguments don't match the printf format string. printf(%s)", - info.fmtString_.data()); - return; - } } if (pos != std::string::npos) {