Skip to content

Commit fde3c8a

Browse files
committed
formatting and partial clean-up
1 parent 7b742c0 commit fde3c8a

File tree

1 file changed

+0
-8
lines changed
  • rust/operator-binary/src/crd

1 file changed

+0
-8
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1235,10 +1235,6 @@ impl Configuration for HbaseConfigFragment {
12351235
HBASE_CLUSTER_DISTRIBUTED.to_string(),
12361236
Some("true".to_string()),
12371237
);
1238-
// result.insert(
1239-
// HBASE_UNSAFE_REGIONSERVER_HOSTNAME_DISABLE_MASTER_REVERSEDNS.to_string(),
1240-
// Some("true".to_string()),
1241-
// );
12421238
result.insert(HBASE_ROOTDIR.to_string(), self.hbase_rootdir.clone());
12431239
}
12441240
_ => {}
@@ -1389,10 +1385,6 @@ impl Configuration for RegionServerConfigFragment {
13891385
HBASE_CLUSTER_DISTRIBUTED.to_string(),
13901386
Some("true".to_string()),
13911387
);
1392-
// result.insert(
1393-
// HBASE_UNSAFE_REGIONSERVER_HOSTNAME_DISABLE_MASTER_REVERSEDNS.to_string(),
1394-
// Some("true".to_string()),
1395-
// );
13961388
result.insert(HBASE_ROOTDIR.to_string(), self.hbase_rootdir.clone());
13971389
}
13981390
_ => {}

0 commit comments

Comments
 (0)