Remove tracing::debug from screenreader.rs since it's unused.

This commit is contained in:
Jeremy Whiting 2025-06-25 11:17:45 -06:00 committed by Jeremy Whiting
parent 779d468e05
commit 29dbb62591

View file

@ -20,7 +20,7 @@ use std::ops::RangeInclusive;
use std::path::PathBuf;
use strum::{Display, EnumString};
use tokio::fs::{read_to_string, write};
use tracing::{debug, error, info, trace, warn};
use tracing::{error, info, trace, warn};
#[cfg(not(test))]
use xdg::BaseDirectories;
use zbus::Connection;