File tree Expand file tree Collapse file tree
include/mqtt_streaming_module Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ BEGIN_NAMESPACE_OPENDAQ_MQTT_STREAMING_MODULE
2626class MqttJsonReceiverFbImpl final : public MqttBaseFb
2727{
2828 friend class MqttJsonFbHelper ;
29- friend class MqttJsonFbTest ;
3029 friend class MqttJsonDecoderFbHelper ;
3130
3231public:
Original file line number Diff line number Diff line change @@ -130,19 +130,6 @@ void MqttJsonReceiverFbImpl::initBaseFunctionalBlocks()
130130 const auto fbType = MqttJsonDecoderFbImpl::CreateType ();
131131 baseFbTypes.set (fbType.getId (), fbType);
132132 }
133- if (baseFbTypes.getCount () != 0 )
134- {
135- LOG_I (" Function block types available:" );
136- }
137- else
138- {
139- LOG_I (" No function block types available" );
140- }
141-
142- for (const auto & [fbName, _] : baseFbTypes)
143- {
144- LOG_I (" \t {}" , fbName.toStdString ());
145- }
146133}
147134
148135void MqttJsonReceiverFbImpl::readProperties ()
Original file line number Diff line number Diff line change @@ -77,19 +77,6 @@ void MqttRootFbImpl::initBaseFunctionalBlocks()
7777 const auto fbType = MqttPublisherFbImpl::CreateType ();
7878 baseFbTypes.set (fbType.getId (), fbType);
7979 }
80- if (baseFbTypes.getCount () != 0 )
81- {
82- LOG_I (" Function block types available:" );
83- }
84- else
85- {
86- LOG_I (" No function block types available" );
87- }
88-
89- for (const auto & [fbName, _] : baseFbTypes)
90- {
91- LOG_I (" \t {}" , fbName.toStdString ());
92- }
9380}
9481
9582void MqttRootFbImpl::initMqttSubscriber ()
You can’t perform that action at this time.
0 commit comments