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

This commit is contained in:
Grant Limberg 2025-09-06 15:02:48 -07:00
parent 69efa924e2
commit 36219c59ae
No known key found for this signature in database
GPG key ID: 8F2F97D3BE8D7735

View file

@ -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());