From 738e8f166466ee810c2e8194267de9f2488efd3a Mon Sep 17 00:00:00 2001 From: Carson McManus Date: Mon, 5 Dec 2022 10:41:15 -0500 Subject: [PATCH] update comment --- steamguard/src/steamapi.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/steamguard/src/steamapi.rs b/steamguard/src/steamapi.rs index af7e779..2c48da2 100644 --- a/steamguard/src/steamapi.rs +++ b/steamguard/src/steamapi.rs @@ -395,8 +395,6 @@ impl SteamApiClient { } } - /// Likely removed now - /// /// Works similar to phoneajax. Used in the process to add a phone number to a steam account. /// Valid ops: /// - get_phone_number => `input` is treated as a phone number to add to the account. Yes, this is somewhat counter intuitive.