]> git.lyx.org Git - features.git/commitdiff
lyx2lyx/lyx_2_0.py: remove another unused debug warning
authorUwe Stöhr <uwestoehr@web.de>
Thu, 14 Oct 2010 01:36:15 +0000 (01:36 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Thu, 14 Oct 2010 01:36:15 +0000 (01:36 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35644 a592a061-630c-0410-9148-cb99ea01b6c8

lib/lyx2lyx/lyx_2_0.py

index 193e417b0a766f30b521ce5e236185f833f9a8ff..e08b73a704e5f8ad36f3ba2195613e8ed795364b 100644 (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