Commit a55f7c6f authored by Serafino's avatar Serafino
Browse files

removed debugging instructions as they were not needed anymore

parent 0aee9ec3
Loading
Loading
Loading
Loading
+1 −9
Original line number Diff line number Diff line
@@ -112,15 +112,7 @@ if FORMAT:match 'html' then
        el.content = Run(el)
        --search for paragraph style
        el = Style(el)
        if type(el) == "table" then
            for key, value in pairs(el) do
                print(key .. ":" .. type(value))
            end
        elseif type(el) == "userdata" then
        el = Reference(el)
        else
            print(type(el))
        end
        return el        
    end