mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 14:02:57 +02:00
Comment out a debug message.
This commit is contained in:
@@ -208,7 +208,7 @@ bool BuiltinCommandsModule::Initialize()
|
|||||||
const auto &names = kCOMMANDNames();
|
const auto &names = kCOMMANDNames();
|
||||||
for (const auto &name : names)
|
for (const auto &name : names)
|
||||||
{
|
{
|
||||||
wxLogDebug("Adding %s", name );
|
//wxLogDebug("Adding %s", name );
|
||||||
mNames.Add(wxString(BUILTIN_GENERIC_COMMAND_PREFIX) + name);
|
mNames.Add(wxString(BUILTIN_GENERIC_COMMAND_PREFIX) + name);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user