Remove debug statements

This commit is contained in:
notplants 2022-05-26 23:11:18 +02:00
parent 6daddeab9e
commit 51dc82280a
1 changed files with 0 additions and 1 deletions

View File

@ -67,7 +67,6 @@ impl Sbot {
if address.starts_with(":") {
address = format!("127.0.0.1{}", address);
debug!("prefixing address: {}", address);
}
let network_id = if net_id.is_none() {