mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-21 23:09:40 +00:00
lyx2lyx/lyx_2_0.py: remove another unused debug warning
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35644 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
824780b8a9
commit
e7f16c2a3b
@ -2357,7 +2357,6 @@ def convert_bibtexClearpage(document):
|
||||
" insert a clear(double)page bibliographystyle if bibtotoc option is used "
|
||||
while True:
|
||||
i = find_token(document.header, '\\papersides', 0)
|
||||
#document.warning(str(i))
|
||||
if i == -1:
|
||||
document.warning("Malformed LyX document: Can't find papersides definition.")
|
||||
return
|
||||
|
Loading…
x
Reference in New Issue
Block a user