diff options
| author | Vibhav Pant <vibhavp@gmail.com> | 2017-01-21 11:37:20 +0530 |
|---|---|---|
| committer | Vibhav Pant <vibhavp@gmail.com> | 2017-01-21 11:37:20 +0530 |
| commit | 23a130ee0d61fc39cee157921679809017a02b39 (patch) | |
| tree | 215731b601396ec1aadc13c04f34e11774931ced /lisp/emacs-lisp/bytecomp.el | |
| parent | fbe6b90b0ced594cf74d5fd0dc9a32666f0d7d38 (diff) | |
| download | emacs-23a130ee0d61fc39cee157921679809017a02b39.tar.gz | |
* lisp/emacs-lisp/bytecomp.el: Remove unused debugging statements.
Diffstat (limited to 'lisp/emacs-lisp/bytecomp.el')
| -rw-r--r-- | lisp/emacs-lisp/bytecomp.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index cb235697ed0..3c59c92c042 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el @@ -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) |
