mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-08 18:19:42 +00:00
remove some chatter
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4297 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
a2ff5dd7ac
commit
d25de6434b
@ -221,11 +221,11 @@ void readSymbols(string const & filename)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (theWordList.find(tmp.name) != theWordList.end())
|
if (theWordList.find(tmp.name) != theWordList.end())
|
||||||
lyxerr << "readSymbols: inset " << tmp.name
|
lyxerr[Debug::MATHED] << "readSymbols: inset " << tmp.name
|
||||||
<< " already exists.\n";
|
<< " already exists.\n";
|
||||||
else
|
else
|
||||||
theWordList[tmp.name] = tmp;
|
theWordList[tmp.name] = tmp;
|
||||||
lyxerr << "read symbol '" << tmp.name
|
lyxerr[Debug::MATHED] << "read symbol '" << tmp.name
|
||||||
<< " inset: " << tmp.inset
|
<< " inset: " << tmp.inset
|
||||||
<< " draw: " << int(tmp.draw[0])
|
<< " draw: " << int(tmp.draw[0])
|
||||||
<< " extra: " << tmp.extra
|
<< " extra: " << tmp.extra
|
||||||
|
Loading…
Reference in New Issue
Block a user