Compare commits

..

1 Commits

Author SHA1 Message Date
Ryan Heywood de6f330b1c
keyfork-qrcode: add bug messages 2025-05-10 13:15:49 -04:00
1 changed files with 0 additions and 3 deletions

View File

@ -285,9 +285,6 @@ pub fn scan_camera(timeout: Duration, index: usize) -> Result<Option<String>, QR
// dbg_elapsed(count, start);
arced.0.lock().expect(bug::bug!(POISONED_MUTEX)).shutdown = true;
arced.1.notify_all();
Ok(None)
})
}