mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Remove debugging code.
This commit is contained in:
parent
96bb5f6dd7
commit
2cdf3d2f6e
@ -2030,7 +2030,6 @@ def convert_Initials(document):
|
||||
i = find_token(document.body, "\\begin_layout Initial", i)
|
||||
if i == -1:
|
||||
return
|
||||
document.warning(str(i))
|
||||
convert_TeX_brace_to_Argument(document, i, 3, 3, False, False)
|
||||
i = i + 1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user