File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,6 @@ impl ClementineIntegration {
69
69
light_client_rpc : crate :: config:: RpcConfig ,
70
70
docker : & Option < crate :: docker:: DockerEnv > ,
71
71
) -> Result < crate :: config:: ClementineClusterConfig > {
72
- // use crate::node::NodeKind; // no longer needed after endpoint host change
73
72
use anyhow:: Context ;
74
73
75
74
use crate :: {
Original file line number Diff line number Diff line change @@ -587,7 +587,6 @@ async fn setup_clementine_databases(
587
587
// Get Postgres connection info from the first verifier config
588
588
if let Some ( first_verifier) = verifiers. first ( ) {
589
589
let db_user = & first_verifier. db_user ;
590
- let _db_host = & first_verifier. db_host ;
591
590
let db_port = first_verifier. db_port ;
592
591
593
592
// Set environment variables for Postgres tools
You can’t perform that action at this time.
0 commit comments