summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2008-06-17 17:21:35 (GMT)
committerandreas_kupries <akupries@shaw.ca>2008-06-17 17:21:35 (GMT)
commitb09527a147790a251485c2848bf6c92dde70f38d (patch)
treeb75c6c2bf2c44b85f92d47d18469586800aeeab9
parent596134043eb4089998e639c4794777f28fb49ed1 (diff)
downloadtcl-b09527a147790a251485c2848bf6c92dde70f38d.zip
tcl-b09527a147790a251485c2848bf6c92dde70f38d.tar.gz
tcl-b09527a147790a251485c2848bf6c92dde70f38d.tar.bz2
* generic/tclClock.c (ClockConvertlocaltoutcObjCmd): Removed left
over debug output.
-rw-r--r--ChangeLog5
-rw-r--r--generic/tclClock.c3
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 48811c7..be64b8c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2008-06-17 Andreas Kupries <andreask@activestate.com>
+ * generic/tclClock.c (ClockConvertlocaltoutcObjCmd): Removed left
+ over debug output.
+
+2008-06-17 Andreas Kupries <andreask@activestate.com>
+
* 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 53edf55..b123748 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.66.2.1 2008/06/17 02:22:26 kennykb Exp $
+ * RCS: @(#) $Id: tclClock.c,v 1.66.2.2 2008/06/17 17:21:38 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) {