Mercurial > emacs
changeset 96891:9a435297e6f0
remove debugging println
author | Adrian Robert <Adrian.B.Robert@gmail.com> |
---|---|
date | Tue, 22 Jul 2008 11:54:25 +0000 |
parents | 4cef8711fb9f |
children | 4aec559b9f05 |
files | src/ChangeLog src/nsterm.m |
diffstat | 2 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Tue Jul 22 08:47:00 2008 +0000 +++ b/src/ChangeLog Tue Jul 22 11:54:25 2008 +0000 @@ -1,3 +1,7 @@ +2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com> + + * nsterm.m (syms_of_nsterm): Remove debugging println. + 2008-07-22 David Reitter <david.reitter@gmail.com> * nsfns.m: (do_applescript, F_do_applescript): NS version of the
--- a/src/nsterm.m Tue Jul 22 08:47:00 2008 +0000 +++ b/src/nsterm.m Tue Jul 22 11:54:25 2008 +0000 @@ -3810,7 +3810,6 @@ ns_antialias_threshold = NILP (tmp) ? 10.0 : XFLOATINT (tmp); ns_default ("UseQuickdrawSmoothing", &ns_use_qd_smoothing, Qt, Qnil, NO, NO); -fprintf(stderr, "qd smoothing: %d (%d, %d)\n", ns_use_qd_smoothing, EQ(ns_use_qd_smoothing, Qt), NILP(ns_use_qd_smoothing)); ns_default ("UseSystemHighlightColor", &ns_use_system_highlight_color, Qt, Qnil, NO, NO); if (EQ (ns_use_system_highlight_color, Qt))