Remove debug message

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1747 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Dekel Tsur 2001-03-12 16:35:58 +00:00
parent 6ee60cb738
commit 068e2cfb25
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-03-12 Dekel Tsur <dekelts@tau.ac.il>
* Menubar_pimpl.C (add_toc): Remove debug message.
2001-03-09 John Levon <moz@compsoc.man.ac.uk>
* Makefile.am:

View File

@ -381,7 +381,6 @@ void Menubar::Pimpl::add_toc(int menu, string const & extra_label,
label = limit_string_length(label);
label += "%x" + tostr(action + action_offset);
fl_addtopup(menu2, label.c_str());
lyxerr << "[" << cit->first << "] " << label << endl;
}
string const m = cit->first + "%m";
fl_addtopup(menu, m.c_str(), menu2);