mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 21:21:32 +00:00
Remove debugging messages
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5361 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
3a8ef790c8
commit
0381d4feb6
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user