mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
lyx_2_0.py: remove a debug warning
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35619 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
f7b537b593
commit
cde054cc6b
@ -2311,7 +2311,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…
Reference in New Issue
Block a user