Skip to content

Commit fd945e9

Browse files
committed
MINIFICPP-2669 - Remove invalid logger
1 parent 751843d commit fd945e9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

extensions/kubernetes/controllerservice/KubernetesControllerService.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ class KubernetesControllerService : public AttributeProviderServiceImpl {
7171
std::optional<utils::Regex> namespace_filter_;
7272
std::optional<utils::Regex> pod_name_filter_;
7373
std::optional<utils::Regex> container_name_filter_;
74-
std::shared_ptr<core::logging::Logger> logger_;
7574
std::unique_ptr<kubernetes::ApiClient> api_client_;
7675
};
7776

0 commit comments

Comments
 (0)