Skip to content

Commit 03b9ea4

Browse files
committed
Remove print from null driver
Signed-off-by: Neil R. Spruit <neil.r.spruit@intel.com>
1 parent 3f77ab6 commit 03b9ea4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

source/drivers/null/ze_null.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ namespace driver
7474
#endif
7575
std::string null_driver_id_str = std::to_string(ZEL_NULL_DRIVER_ID);
7676
if (pNext->stype == ZE_STRUCTURE_TYPE_DRIVER_DDI_HANDLES_EXT_PROPERTIES && (ddi_test_disable != null_driver_id_str && ddi_test_disable != "3")) {
77-
printf("ldr ddi pfnGetProperties, null driver id %d ddi ext\n", ZEL_NULL_DRIVER_ID);
7877
ze_driver_ddi_handles_ext_properties_t *pDdiHandlesExtProperties = reinterpret_cast<ze_driver_ddi_handles_ext_properties_t *>(pNext);
7978
pDdiHandlesExtProperties->flags = ze_driver_ddi_handle_ext_flag_t::ZE_DRIVER_DDI_HANDLE_EXT_FLAG_DDI_HANDLE_EXT_SUPPORTED;
8079
context.ddiExtensionRequested = true;

0 commit comments

Comments
 (0)