mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-04 13:46:58 -04:00
Remove tracing::debug from screenreader.rs since it's unused.
This commit is contained in:
parent
779d468e05
commit
29dbb62591
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue