summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhypnotoad <yoda@etoyoc.com>2014-09-04 01:23:45 (GMT)
committerhypnotoad <yoda@etoyoc.com>2014-09-04 01:23:45 (GMT)
commit19a6a43f1e4b25162846e4a08d6ac7bce69dbcf1 (patch)
tree418bf9f488bd570fe6ec0f13bd7822eea3d6579a
parent851d7fa7a725585b5edd0beb1c14b01d8649cb6d (diff)
downloadtcl-19a6a43f1e4b25162846e4a08d6ac7bce69dbcf1.zip
tcl-19a6a43f1e4b25162846e4a08d6ac7bce69dbcf1.tar.gz
tcl-19a6a43f1e4b25162846e4a08d6ac7bce69dbcf1.tar.bz2
Removed some debugging code of mine...
-rw-r--r--unix/tclAppInit.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/unix/tclAppInit.c b/unix/tclAppInit.c
index acd6aa1..55e0452 100644
--- a/unix/tclAppInit.c
+++ b/unix/tclAppInit.c
@@ -81,7 +81,6 @@ main(
TCL_LOCAL_MAIN_HOOK(&argc, &argv);
#endif
#ifdef TCL_KIT
- printf("Running Kit Mode\n");
/* This voodoo ensures that Tcl_Main does not eat the first argument */
Tcl_FindExecutable(argv[0]);
Tcl_SetStartupScript(Tcl_NewStringObj("/zvfs/main.tcl",-1),NULL);