From a081f9e2ff2ba8a6ea5b79c18b7cb58c9999f98f Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Sat, 10 Mar 2018 16:03:21 -0700 Subject: [PATCH] Remove IRQ debug print --- rtl8168d/src/main.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/rtl8168d/src/main.rs b/rtl8168d/src/main.rs index 79d8b5e39a..5b5cc076d3 100644 --- a/rtl8168d/src/main.rs +++ b/rtl8168d/src/main.rs @@ -59,8 +59,6 @@ fn main() { if isr != 0 { irq_file.write(&mut irq)?; - print!("{}", format!("rtl8168d: IRQ: {:X}\n", isr)); - let mut todo = todo_irq.borrow_mut(); let mut i = 0; while i < todo.len() {