branch: elpa/base32
commit 569f5268ca58123414abaca8180df3c471c09118
Author: Vivek Das Mohapatra <[email protected]>
Commit: Vivek Das Mohapatra <[email protected]>

    Remove some old (commented out) debug code
---
 totp-auth.el | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/totp-auth.el b/totp-auth.el
index 18bfc2a827..f9698dd44d 100644
--- a/totp-auth.el
+++ b/totp-auth.el
@@ -255,13 +255,6 @@ The secret will NOT be base32 decoded."
         (:digits  . 6)
         (:service . ,label))) ))
 
-;; (totp-unwrap-otp-blob
-;;  (concat "otpauth://totp/"
-;;          "moomins%[email protected]"
-;;          "?secret=deadbeefdeadbeefdeadbeefdeadbeef&digits=6"))
-;; (totp-unwrap-otp-blob "deadbeefdeadbeefdeadbeefdeadbeef"
-;; "something")
-
 (defun totp-storage-backends (&optional encrypted)
   "Return a list of available storage backends based on ‘auth-sources’.
 If ENCRYPTED is true then only encrypted backends are considered.

Reply via email to