OSDN Git Service

Commented debug code
authorHironori Kitagawa <h_kitagawa2001@yahoo.co.jp>
Sun, 3 Apr 2016 06:27:31 +0000 (15:27 +0900)
committerHironori Kitagawa <h_kitagawa2001@yahoo.co.jp>
Sun, 3 Apr 2016 06:27:31 +0000 (15:27 +0900)
src/ltj-jfmglue.lua

index 569ae2b..6fb6472 100644 (file)
@@ -122,7 +122,7 @@ end
 local function skip_table_to_glue(n)
    local g, st = node_new(id_glue), ltjs.fast_get_stack_skip(n)
    setglue(g, st.width, st.stretch, st.shrink, st.stretch_order, st.shrink_order)
-   luatexja.ext_show_node(to_node(g), 'sg ',print) 
+   -- luatexja.ext_show_node(to_node(g), 'sg ',print) 
    return g, (st.width==1073741823)
 end