mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-07-29 20:28:48 +00:00
chore: remove debug prints
This commit is contained in:
parent
c58d9560e7
commit
947fb33545
1 changed files with 0 additions and 3 deletions
|
@ -750,16 +750,13 @@ impl SimpleComponent for App {
|
|||
.as_ref()
|
||||
.is_some_and(|w| w.exit_code().is_none())
|
||||
{
|
||||
eprintln!(">>>>>>>>>>>>>>> prober already running!");
|
||||
// prober already running
|
||||
return;
|
||||
}
|
||||
let worker = JobWorker::new_with_timer(
|
||||
Duration::from_millis(500),
|
||||
WorkerJob::new_func(Box::new(move || {
|
||||
println!(">>>>>>>>>>>>>>> probing now <<<<<<<<<<<<<<<<<<");
|
||||
let ready = is_openxr_ready();
|
||||
println!(">>>>>>>>>>>>>>> ready? {}", ready);
|
||||
FuncWorkerOut {
|
||||
success: ready,
|
||||
..Default::default()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue