summaryrefslogtreecommitdiff
path: root/tex/context/base/mlib-run.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2013-05-15 00:20:22 +0300
committerMarius <mariausol@gmail.com>2013-05-15 00:20:22 +0300
commitefc542d83b4066d57d3225edc476a157c4b4395b (patch)
treeb8b8259c58cf468327eabc4f92ec76fb6ed8aabd /tex/context/base/mlib-run.lua
parentcdb4e4f3d46c113269b9cdadb2162a57c6c224ca (diff)
downloadcontext-efc542d83b4066d57d3225edc476a157c4b4395b.tar.gz
beta 2013.05.14 23:14
Diffstat (limited to 'tex/context/base/mlib-run.lua')
-rw-r--r--tex/context/base/mlib-run.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/mlib-run.lua b/tex/context/base/mlib-run.lua
index 90a4a9195..1fc36dd80 100644
--- a/tex/context/base/mlib-run.lua
+++ b/tex/context/base/mlib-run.lua
@@ -117,7 +117,7 @@ local function i_finder(name,mode,ftype) -- fake message for mpost.map and metaf
end
local function o_finder(name,mode,ftype)
- report_metapost("output file %a, mode %a, ftype %a",name,mode,ftype)
+ -- report_metapost("output file %a, mode %a, ftype %a",name,mode,ftype)
return name
end