소스 검색

compiler on mac doesn't like this. not really needed though

Grant Limberg 4 일 전
부모
커밋
36219c59ae
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      nonfree/controller/PubSubListener.cpp

+ 0 - 1
nonfree/controller/PubSubListener.cpp

@@ -87,7 +87,6 @@ void PubSubListener::subscribe()
 				auto scope = tracer->WithActiveSpan(span);
 				span->SetAttribute("message_id", m.message_id());
 				span->SetAttribute("ordering_key", m.ordering_key());
-				span->SetAttribute("attributes", m.attributes().size());
 
 				fprintf(stderr, "Received message %s\n", m.message_id().c_str());
 				onNotification(m.data());