Skip to content

Commit 10d2b78

Browse files
committed
Remove uneeded print
Signed-off-by: Neil R. Spruit <[email protected]>
1 parent aec3fd5 commit 10d2b78

File tree

1 file changed

+0
-1
lines changed
  • unified-runtime/source/adapters/level_zero

1 file changed

+0
-1
lines changed

unified-runtime/source/adapters/level_zero/common.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ struct _ur_platform_handle_t;
4141
[[maybe_unused]] static bool checkL0LoaderTeardown() {
4242
try {
4343
if (!zelCheckIsLoaderInTearDown()) {
44-
logger::debug("ZE ---> checkL0LoaderTeardown: Loader is not in teardown");
4544
return true;
4645
}
4746
} catch (...) {

0 commit comments

Comments
 (0)