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:
Uwe Stöhr 2010-10-14 01:36:15 +00:00
parent 824780b8a9
commit e7f16c2a3b

View File

@ -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