[latex3-commits] [git/l3build] master: Drop a debug line (a5548a3)
Joseph Wright
joseph.wright at morningstar2.co.uk
Mon Dec 11 13:52:34 CET 2017
Repository : https://github.com/latex3/l3build
On branch : master
Link : https://github.com/latex3/l3build/commit/a5548a34c6bf6e1839ed9aab9564182fb5b37be3
>---------------------------------------------------------------
commit a5548a34c6bf6e1839ed9aab9564182fb5b37be3
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Sun Dec 10 14:16:14 2017 +0000
Drop a debug line
>---------------------------------------------------------------
a5548a34c6bf6e1839ed9aab9564182fb5b37be3
l3build.lua | 1 -
1 file changed, 1 deletion(-)
diff --git a/l3build.lua b/l3build.lua
index 56a568c..453d0c9 100644
--- a/l3build.lua
+++ b/l3build.lua
@@ -883,7 +883,6 @@ function copyctan()
ctantarget = ctanpkg
if sourcefiledir ~= currentdir then
ctantarget = ctanpkg .. "/" .. gsub(sourcefiledir, "^%.*/", "")
- print(ctantarget)
end
mkdir(ctandir .. "/" .. ctantarget)
for _,file in pairs(sourcefiles) do
More information about the latex3-commits
mailing list