diff --git a/torch_xla/csrc/lowering_context.cpp b/torch_xla/csrc/lowering_context.cpp index d5e1bee0f7c..851e7ee8b97 100644 --- a/torch_xla/csrc/lowering_context.cpp +++ b/torch_xla/csrc/lowering_context.cpp @@ -67,8 +67,6 @@ class HloMetadataSetter { if (custom_opname_meta != nullptr) { op_name_prefix = custom_opname_meta->op_name_prefix; max_stack_depth = custom_opname_meta->max_stack_depth; - } else { - TF_LOG(WARNING) << "No custom opname metadata! op_type=" << op_type; } if (!nmeta.scope.empty()) {