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

    Remove references to debug function that doesn't exist anymore
---
 totp-interop.el | 2 --
 1 file changed, 2 deletions(-)

diff --git a/totp-interop.el b/totp-interop.el
index 73bcb42945..cacfa62df0 100644
--- a/totp-interop.el
+++ b/totp-interop.el
@@ -149,7 +149,6 @@ for use in the return value of `totp-unwrap-otp-blob`"
     (setq offset (or pos 0)
           i      0
           what   :tag)
-    ;;(protobuf-debug-data "raw" (cons buf (length buf)))
     (while (< offset (length buf))
       (setq pb-item  (cond
                       ((eq what :tag)    (totp-pb-read-tag buf offset))
@@ -159,7 +158,6 @@ for use in the return value of `totp-unwrap-otp-blob`"
             pb-value (car pb-item)
             offset   (+ (cdr pb-item) offset)
             next     (if (eq what :tag) (cdr pb-value) :tag))
-      (protobuf-debug-data (format "%03d" i) pb-item)
       (if (eq what :len)
           (when (setq item (totp-pb-decode-migration-item pb-value))
             (setq result (cons item result))))

Reply via email to