Skip to content

Commit 945fc73

Browse files
authored
Remove debug logging (#21)
Signed-off-by: Gris Ge <[email protected]>
1 parent d7ebb27 commit 945fc73

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/handle.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ impl EthtoolHandle {
6464
>,
6565
EthtoolError,
6666
> {
67-
println!("HAHA {:?}", message);
6867
self.handle.request(message).await.map_err(|e| {
6968
EthtoolError::RequestFailed(format!("BUG: Request failed with {e}"))
7069
})

0 commit comments

Comments
 (0)