From: Adrian Robert Date: Tue, 22 Jul 2008 11:54:25 +0000 (+0000) Subject: remove debugging println X-Git-Tag: emacs-pretest-23.0.90~3999 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=365bac35a5ff56d76207a5130c7746b085172cee;p=emacs.git remove debugging println --- diff --git a/src/ChangeLog b/src/ChangeLog index 95861dc3824..4c057a06fb2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2008-07-22 Adrian Robert + + * nsterm.m (syms_of_nsterm): Remove debugging println. + 2008-07-22 David Reitter * nsfns.m: (do_applescript, F_do_applescript): NS version of the diff --git a/src/nsterm.m b/src/nsterm.m index 8aa0c2ac956..3e582861467 100644 --- a/src/nsterm.m +++ b/src/nsterm.m @@ -3810,7 +3810,6 @@ handling_signal = 0; 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))