OSDN Git Service

Remove debug output in stack.lua.
authorKazuki Maeda <kmaeda@users.sourceforge.jp>
Sun, 2 Oct 2011 13:15:38 +0000 (22:15 +0900)
committerKazuki Maeda <kmaeda@users.sourceforge.jp>
Sun, 2 Oct 2011 13:15:38 +0000 (22:15 +0900)
src/luatexja/stack.lua

index 5dc11e5..32e6845 100644 (file)
@@ -34,7 +34,6 @@ function get_stack_level()
       charprop_stack_table[i] = table.fastcopy(charprop_stack_table[i-1])
       tex.setcount('ltj@@stack', i)
       if gd>0 then tex.globaldefs = gd end
-      print('mode: ', tex.nest[tex.nest.ptr].mode)
       if tex.nest[tex.nest.ptr].mode == hmode or
         tex.nest[tex.nest.ptr].mode == -hmode then
         local g = node_new(id_whatsit, sid_user)