diff --git a/src/relay/ir/dataflow_matcher.cc b/src/relay/ir/dataflow_matcher.cc index 3f215819bddf..4bb2b0ba7249 100644 --- a/src/relay/ir/dataflow_matcher.cc +++ b/src/relay/ir/dataflow_matcher.cc @@ -114,7 +114,6 @@ bool MatchRetValue(const ObjectRef& lhs, const TVMRetValue& rhs) { } break; case kTVMStr: - std::cout << lhs << std::endl; if (auto* val = lhs.as()) { return val->value == rhs.operator std::string(); } else if (auto* val = lhs.as()) {