移除调试代码
This commit is contained in:
parent
f72b734cc4
commit
999a7ef2d0
|
|
@ -77,8 +77,6 @@ begin
|
|||
elements := sect_ware.Elements();
|
||||
for _,element in elements do
|
||||
begin
|
||||
println("_ = {}", _);
|
||||
if _ = 266 then return;
|
||||
if element.LocalName = "p" then self.TransformParagraph(sect_ware, element);
|
||||
else if element.LocalName = "tbl" then self.TransformTable(sect_ware, element);
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in New Issue