Skip to content

Commit 5f3837e

Browse files
ai-edge-botcopybara-github
authored andcommitted
Remove misleading logging message
LiteRT-PiperOrigin-RevId: 819936628
1 parent c67fd60 commit 5f3837e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

litert/runtime/compiled_model.cc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1147,10 +1147,6 @@ Expected<void> LiteRtCompiledModelT::Run(
11471147
if (output_tensor && output_tensor->data.raw != nullptr) {
11481148
const void* const_data_ptr = output_tensor->data.raw;
11491149
if (constant_output.locked_address != nullptr) {
1150-
LITERT_LOG(
1151-
LITERT_INFO,
1152-
"Copying constant output tensor %s data to already-locked buffer",
1153-
constant_output.tensor_name);
11541150
memcpy(constant_output.locked_address, const_data_ptr,
11551151
constant_output.data_size);
11561152
} else {

0 commit comments

Comments
 (0)