]> git.lyx.org Git - lyx.git/commitdiff
Remove debugging messages
authorDekel Tsur <dekelts@tau.ac.il>
Sat, 5 Oct 2002 13:02:37 +0000 (13:02 +0000)
committerDekel Tsur <dekelts@tau.ac.il>
Sat, 5 Oct 2002 13:02:37 +0000 (13:02 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5361 a592a061-630c-0410-9148-cb99ea01b6c8

lib/lyx2lyx/lyxconvert_218.py

index d915f2e3b75d96c69869d0f51ff90d7ab328314d..08e7f4f4366453dad846687560a06ded3ef6903d 100644 (file)
@@ -447,7 +447,6 @@ def fix_oldfloatinset(lines):
         j = find_token(lines, "collapsed", i)
         if j != -1:
             lines[j:j] = ["wide false"]
-            sys.stderr.write("i,j=%d,%d\n" % (i,j))
         i = i+1
 
 def change_listof(lines):