Skip to content

Commit 967b377

Browse files
committed
Drop old debugging code
1 parent 52cb9a1 commit 967b377

File tree

1 file changed

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

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,8 @@ void zeParseError(ze_result_t ZeError, const char *&ErrorString) {
133133
} // switch
134134
}
135135

136-
ze_result_t ZeCall::doCall(ze_result_t ZeResult, const char *API, const char *ARGS,
136+
ze_result_t ZeCall::doCall(ze_result_t ZeResult, const char *, const char *,
137137
bool) {
138-
if (PrintTrace)
139-
UR_LOG(QUIET, "ZE2UR {}({}) -> {}", API, ARGS, ZeResult);
140138
return ZeResult;
141139
}
142140

0 commit comments

Comments
 (0)