summaryrefslogtreecommitdiffstats
path: root/generic/tclZipfs.c
diff options
context:
space:
mode:
authortne <tne>2017-11-20 19:35:40 (GMT)
committertne <tne>2017-11-20 19:35:40 (GMT)
commit1f34b918b9bf1c3cc57c59952f006aec619c435c (patch)
treebb348fa9bfb3c6a174efe9eeda64031859229229 /generic/tclZipfs.c
parent4a8bb308e8dad6abe65db94dfe0c0ddccdbcbb6c (diff)
downloadtcl-1f34b918b9bf1c3cc57c59952f006aec619c435c.zip
tcl-1f34b918b9bf1c3cc57c59952f006aec619c435c.tar.gz
tcl-1f34b918b9bf1c3cc57c59952f006aec619c435c.tar.bz2
Removing debugging printf() statement
Diffstat (limited to 'generic/tclZipfs.c')
-rw-r--r--generic/tclZipfs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/generic/tclZipfs.c b/generic/tclZipfs.c
index f02cc06..b3e863b 100644
--- a/generic/tclZipfs.c
+++ b/generic/tclZipfs.c
@@ -4040,7 +4040,6 @@ int TclZipfs_AppHook(int *argc, char ***argv){
} else {
ToUtf(wName, dllname);
}
- printf("DLL FILE: %s\n",dllname); fflush(stdout);
/* Mount zip file and dll before releasing to search */
if(TclZipfs_AppHook_FindTclInit(dllname)==TCL_OK) {
return TCL_OK;