Skip to content

Commit

Permalink
Remove println from service code
Browse files Browse the repository at this point in the history
  • Loading branch information
jadamcrain committed Nov 7, 2023
1 parent 27ad14a commit 57d6b72
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion async-nats/src/service/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,6 @@ impl EndpointBuilder {
subject = format!("{}.{}", prefix, subject);
}
let endpoint_name = self.name.clone().unwrap_or_else(|| subject.clone());
println!("endpoint name: {}", endpoint_name);
let name = self
.name
.clone()
Expand Down

0 comments on commit 57d6b72

Please sign in to comment.