[latex3-commits] [l3svn] branch master updated: Stray debug line removed
noreply at latex-project.org
noreply at latex-project.org
Sat May 21 23:54:55 CEST 2016
This is an automated email from the git hooks/post-receive script.
joseph pushed a commit to branch master
in repository l3svn.
The following commit(s) were added to refs/heads/master by this push:
new 6f445ac Stray debug line removed
6f445ac is described below
commit 6f445acd853d62c3535c562868d64c6c075e6953
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Sat May 21 22:54:44 2016 +0100
Stray debug line removed
---
l3build/l3build.lua | 1 -
1 file changed, 1 deletion(-)
diff --git a/l3build/l3build.lua b/l3build/l3build.lua
index d62ba83..c94b4ce 100644
--- a/l3build/l3build.lua
+++ b/l3build/l3build.lua
@@ -1231,7 +1231,6 @@ function runtest(name, engine, hide, ext)
if optpdf then
local dvifile = name .. dviext
if fileexists(testdir .. "/" .. dvifile) then
- print("MARK")
if string.match(engine, "^u?ptex$") then
run(
testdir,
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the latex3-commits
mailing list