Skip to content

Commit

Permalink
feat: 1.3.0 (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
leahjlou authored Oct 3, 2024
2 parents 99db086 + b7f3257 commit 35dde55
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,6 @@ impl StacksDevnetApiK8sManager {
) -> Result<StacksV2InfoResponse, DevNetError> {
let client = HttpClient::new();

// Log the constructed service URL and port
let url = get_service_url(namespace, StacksDevnetService::StacksBlockchain);
let port =
get_service_port(StacksDevnetService::StacksBlockchain, ServicePort::RPC).unwrap();
Expand Down

0 comments on commit 35dde55

Please sign in to comment.