]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/emacs-lisp/bytecomp.el: Remove unused debugging statements.
authorVibhav Pant <vibhavp@gmail.com>
Sat, 21 Jan 2017 06:07:20 +0000 (11:37 +0530)
committerVibhav Pant <vibhavp@gmail.com>
Sat, 21 Jan 2017 06:07:20 +0000 (11:37 +0530)
lisp/emacs-lisp/bytecomp.el

index cb235697ed0aaded00e2a9b75c1bdcfafcf41e51..3c59c92c042953dee212cf2c279f189624b8f31a 100644 (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)