aboutsummaryrefslogtreecommitdiff
path: root/src/runner.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/runner.rs')
-rw-r--r--src/runner.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/runner.rs b/src/runner.rs
index 9b99e174f..56b9a609c 100644
--- a/src/runner.rs
+++ b/src/runner.rs
@@ -351,8 +351,6 @@ where
351 panic!("IOCTL error {}", cdc_header.status as i32); 351 panic!("IOCTL error {}", cdc_header.status as i32);
352 } 352 }
353 353
354 info!("IOCTL Response: {:02x}", Bytes(response));
355
356 self.ioctl_state.ioctl_done(response); 354 self.ioctl_state.ioctl_done(response);
357 } 355 }
358 } 356 }