mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-13 18:02:00 -04:00
manager: Fix out of date comment
This commit is contained in:
parent
7b8ffbc708
commit
1733a2e8cf
1 changed files with 0 additions and 1 deletions
|
@ -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())),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue