manager: Fix out of date comment

This commit is contained in:
Vicki Pfau 2024-04-16 17:23:55 -07:00
parent 7b8ffbc708
commit 1733a2e8cf

View file

@ -274,7 +274,6 @@ impl SteamOSManager {
) -> zbus::fdo::Result<()> {
// Set the wifi debug mode to mode, using an int for flexibility going forward but only
// doing things on 0 or 1 for now
// Return false on error
let wanted_mode = match WifiDebugMode::try_from(mode) {
Ok(mode) => mode,
Err(e) => return Err(zbus::fdo::Error::InvalidArgs(e.to_string())),