This commit is contained in:
J. Nick Koston
2025-06-17 10:40:12 +02:00
parent 0a6b7f9a1b
commit cc9d40cb60

View File

@@ -17,7 +17,6 @@ class APIServerConnectionBase : public ProtoService {
public:
#endif
public:
template<typename T> bool send_message(const T &msg) {
#ifdef HAS_PROTO_MESSAGE_DUMP
this->log_send_message_(T::message_name(), msg.dump());