Skip to content

Commit

Permalink
refactor: remove commented-out code
Browse files Browse the repository at this point in the history
  • Loading branch information
raghuvar-vijay committed Feb 20, 2025
1 parent 7854338 commit 0ca0672
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions auditor-client/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -675,8 +675,6 @@ impl AuditorClientBuilder {
/// * `port` - Port of the Auditor instance.
#[must_use]
pub fn address<T: AsRef<str>>(mut self, address: &T, port: u16) -> Self {
//self.address = format!("http://{}:{}", address.as_ref(), port);
//self
self.address = format!("{}:{}", address.as_ref(), port);
self
}
Expand Down

0 comments on commit 0ca0672

Please sign in to comment.