Skip to content

Commit 8312a13

Browse files
remove stray println
1 parent f629ab3 commit 8312a13

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/interface/android.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ mod netlink {
164164
ifaces.push(interface);
165165
}
166166
RtnlMessage::NewAddress(addr_msg) => {
167-
println!("NewAddress: {:?}", addr_msg);
168167
if let Some(interface) =
169168
ifaces.iter_mut().find(|i| i.index == addr_msg.header.index)
170169
{

0 commit comments

Comments
 (0)