Skip to content

Commit 57351cf

Browse files
committed
fix build error when built without prom
1 parent 2f81923 commit 57351cf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stacks-signer/src/client/stacks_client.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,6 @@ impl StacksClient {
598598
/// Retrieve the current pox data from the stacks node
599599
pub fn get_pox_data(&self) -> Result<RPCPoxInfoData, ClientError> {
600600
debug!("stacks_node_client: Getting pox data...");
601-
#[cfg(feature = "monitoring_prom")]
602601
let timer = crate::monitoring::new_rpc_call_timer(&self.pox_path(), &self.http_origin);
603602
let send_request = || {
604603
self.stacks_node_client

0 commit comments

Comments
 (0)