Skip to content

Commit

Permalink
one-buffer-one-frame: remove debug printing
Browse files Browse the repository at this point in the history
  • Loading branch information
davidswelt committed Sep 12, 2012
1 parent 5ca8e05 commit 422281c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aquamacs/src/site-lisp/one-buffer-one-frame.el
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,6 @@ may be set to `nil' if such empty frames become visible inadvertently."
(append
'((fullscreen . nil) (visibility . nil))
parms)))
(print parms)
(if (and aquamacs-last-frame-empty-frame
(frame-live-p aquamacs-last-frame-empty-frame)
(not (frame-iconified-p aquamacs-last-frame-empty-frame)))
Expand Down

0 comments on commit 422281c

Please sign in to comment.