Compare commits

..

1 Commits

Author SHA1 Message Date
Ryan Heywood 6e9761e5dc
keyfork-qrcode: add debug printing 2025-05-10 13:47:46 -04:00
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@ pub fn scan_camera(timeout: Duration, index: usize) -> Result<Option<String>, QR
arced.1.notify_one();
}
dbg_elapsed(count, start);
// dbg_elapsed(count, start);
arced.0.lock().expect(bug::bug!(POISONED_MUTEX)).shutdown = true;
eprintln!("shutting down threads (bad)");