* lisp/emacs-lisp/bytecomp.el: Remove unused debugging statements.

This commit is contained in:
Vibhav Pant 2017-01-21 11:37:20 +05:30
parent fbe6b90b0c
commit 23a130ee0d

View file

@ -4083,11 +4083,9 @@ that suppresses all warnings during execution of BODY."
clauses nil))
((cdr clauses)
(byte-compile-form (car clause))
;; (message "out %s" donetag)
(if (null (cdr clause))
;; First clause is a singleton.
(byte-compile-goto-if t byte-compile--for-effect donetag)
;; (message "inside %s" donetag)
(setq nexttag (byte-compile-make-tag))
(byte-compile-goto 'byte-goto-if-nil nexttag)
(byte-compile-maybe-guarded (car clause)