diff options
| author | Kai Bleeke <[email protected]> | 2023-05-03 20:15:43 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-03 20:15:43 +0200 |
| commit | 8dbe397f993cb3a9c330c3d6d5a90a8695d87c67 (patch) | |
| tree | 82593ab58ec39d913e8c3d43279ad2c6d0e9a1d4 /src/runner.rs | |
| parent | 6ee45f5ec01208bdcb38f23bf46dcdac141ff6e7 (diff) | |
cleanup ioctl response logging
Diffstat (limited to 'src/runner.rs')
| -rw-r--r-- | src/runner.rs | 2 |
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 | } |
