X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/345319d60c69cac3f5e9e74ee570d20370fc532f..655c20fcd5a554a986b93651d8b0bec2afde8573:/src/common/menucmn.cpp diff --git a/src/common/menucmn.cpp b/src/common/menucmn.cpp index a5843bc275..49f3a00d9e 100644 --- a/src/common/menucmn.cpp +++ b/src/common/menucmn.cpp @@ -184,7 +184,6 @@ wxAcceleratorEntry::ParseAccel(const wxString& text, int *flagsOut, int *keyOut) int posTab = label.Find(wxT('\t')); if ( posTab == wxNOT_FOUND ) { - wxLogDebug(wxT("Invalid menu label: no accelerators")); return false; }