Skip to content

Commit 0a814d8

Browse files
committed
remove commented out code
1 parent 59c9f3f commit 0a814d8

2 files changed

Lines changed: 0 additions & 10 deletions

File tree

rust/operator-binary/src/crd/listener.rs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -99,15 +99,6 @@ impl KafkaListenerName {
9999
listener_name = self.to_string().to_lowercase()
100100
)
101101
}
102-
103-
/*
104-
pub fn listener_gssapi_sasl_jaas_config(&self) -> String {
105-
format!(
106-
"listener.name.{listener_name}.gssapi.sasl.jaas.config",
107-
listener_name = self.to_string().to_lowercase()
108-
)
109-
}
110-
*/
111102
}
112103

113104
#[derive(Debug)]

rust/operator-binary/src/crd/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,6 @@ impl v1alpha1::KafkaCluster {
292292

293293
// If no specific role is requested, or the current role matches the requested one, add pod descriptors
294294
if requested_kafka_role.is_none() || Some(&current_role) == requested_kafka_role {
295-
{
296295
for replica in 0..replicas {
297296
pod_descriptors.push(KafkaPodDescriptor {
298297
namespace: namespace.clone(),

0 commit comments

Comments
 (0)