From c5aa556512c602fe31bf8e6d1b3c6f8e20aa119d Mon Sep 17 00:00:00 2001 From: andreas_kupries Date: Tue, 17 Jun 2008 17:22:48 +0000 Subject: * generic/tclClock.c (ClockConvertlocaltoutcObjCmd): Removed left over debug output. --- ChangeLog | 5 +++++ generic/tclClock.c | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ad0517d..75812bd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2008-06-17 Andreas Kupries + * generic/tclClock.c (ClockConvertlocaltoutcObjCmd): Removed left + over debug output. + +2008-06-17 Andreas Kupries + * doc/tm.n: Followup to changelog entry 2008-03-18 regarding ::tcl::tm::Defaults. Updated the documentation to not only mention the new (underscored) form of environment variable names, but make diff --git a/generic/tclClock.c b/generic/tclClock.c index a27deb6..abf70ef 100644 --- a/generic/tclClock.c +++ b/generic/tclClock.c @@ -12,7 +12,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclClock.c,v 1.67 2008/06/17 02:16:06 kennykb Exp $ + * RCS: @(#) $Id: tclClock.c,v 1.68 2008/06/17 17:22:48 andreas_kupries Exp $ */ #include "tclInt.h" @@ -335,7 +335,6 @@ ClockConvertlocaltoutcObjCmd( dict = objv[1]; if (Tcl_DictObjGet(interp, dict, literals[LIT_LOCALSECONDS], &secondsObj)!= TCL_OK) { - fprintf(stderr, "fell out here\n"); fflush(stderr); return TCL_ERROR; } if (secondsObj == NULL) { -- cgit v0.12