summaryrefslogtreecommitdiff
path: root/Master/bin/win32/runscript.tlu
diff options
context:
space:
mode:
authorPiotr Strzelczyk <piotr@eps.gda.pl>2010-06-07 20:25:17 +0000
committerPiotr Strzelczyk <piotr@eps.gda.pl>2010-06-07 20:25:17 +0000
commitfe44ae97f5ad74bfe41b87807fb078d7d46cc884 (patch)
treea2dde0455fd32205e3f689fbfb099963e0753246 /Master/bin/win32/runscript.tlu
parent97d5c2c78343018b41fd042438b359b7e2d671a2 (diff)
remove forgotten debug statement from testing stage
git-svn-id: svn://tug.org/texlive/trunk@18806 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin/win32/runscript.tlu')
-rw-r--r--Master/bin/win32/runscript.tlu1
1 files changed, 0 insertions, 1 deletions
diff --git a/Master/bin/win32/runscript.tlu b/Master/bin/win32/runscript.tlu
index 64496ca11ab..7fa3f6b12da 100644
--- a/Master/bin/win32/runscript.tlu
+++ b/Master/bin/win32/runscript.tlu
@@ -381,7 +381,6 @@ local lua_binary = arg[k]
kpse.set_program_name(lua_binary, progname)
-- various dir-vars
local TEXDIR = kpse.var_value('SELFAUTOPARENT')
-print('TEXDIR', TEXDIR)
local BINDIR = kpse.var_value('SELFAUTOLOC')
local PATH = os.getenv('PATH') or ''
-- perl stuff