diff options
| author | andreask@activestate.com <andreas_kupries> | 2008-06-17 17:21:35 (GMT) |
|---|---|---|
| committer | andreask@activestate.com <andreas_kupries> | 2008-06-17 17:21:35 (GMT) |
| commit | ad45dea46b43f16936a10df16eb758210d180e23 (patch) | |
| tree | b75c6c2bf2c44b85f92d47d18469586800aeeab9 /generic/tclClock.c | |
| parent | e228b99b3d0d6cb2cdd187eb3ea228077e4905a6 (diff) | |
| download | tcl-ad45dea46b43f16936a10df16eb758210d180e23.zip tcl-ad45dea46b43f16936a10df16eb758210d180e23.tar.gz tcl-ad45dea46b43f16936a10df16eb758210d180e23.tar.bz2 | |
* generic/tclClock.c (ClockConvertlocaltoutcObjCmd): Removed left
over debug output.
Diffstat (limited to 'generic/tclClock.c')
| -rw-r--r-- | generic/tclClock.c | 3 |
1 files changed, 1 insertions, 2 deletions
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) { |
