summaryrefslogtreecommitdiffstats
path: root/generic/tclClock.c
diff options
context:
space:
mode:
authorandreas_kupries <andreas_kupries@noemail.net>2008-06-17 17:22:47 (GMT)
committerandreas_kupries <andreas_kupries@noemail.net>2008-06-17 17:22:47 (GMT)
commit2f35b0b5ec01808505cdcb925468271c41c4a182 (patch)
treeb599bc6c4d351dc2a1d2f4ca47261d39ad172b0d /generic/tclClock.c
parent460e1f5b826b7fa2e9e29aec4c2f11ee1b091804 (diff)
downloadtcl-2f35b0b5ec01808505cdcb925468271c41c4a182.zip
tcl-2f35b0b5ec01808505cdcb925468271c41c4a182.tar.gz
tcl-2f35b0b5ec01808505cdcb925468271c41c4a182.tar.bz2
* generic/tclClock.c (ClockConvertlocaltoutcObjCmd): Removed left
over debug output. FossilOrigin-Name: 358cc29f46ea5d087dcbed22ea744461171183c8
Diffstat (limited to 'generic/tclClock.c')
-rw-r--r--generic/tclClock.c3
1 files changed, 1 insertions, 2 deletions
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) {