get rid of useless debug output.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24870 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2008-05-20 13:13:48 +00:00
parent 034cccd008
commit 3e92432049

View File

@ -228,7 +228,6 @@ void InsetListings::doDispatch(Cursor & cur, FuncRequest & cmd)
bool InsetListings::getStatus(Cursor & cur, FuncRequest const & cmd,
FuncStatus & status) const
{
LYXERR0("CURSOR SIZE: " << cur.depth());
switch (cmd.action) {
case LFUN_INSET_DIALOG_UPDATE:
status.enabled(true);