1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-21 06:01:13 +02:00

Comment out a debug message.

This commit is contained in:
James Crook
2018-07-22 20:30:53 +01:00
parent 6325b443d6
commit 0ea56874a6

View File

@@ -208,7 +208,7 @@ bool BuiltinCommandsModule::Initialize()
const auto &names = kCOMMANDNames();
for (const auto &name : names)
{
wxLogDebug("Adding %s", name );
//wxLogDebug("Adding %s", name );
mNames.Add(wxString(BUILTIN_GENERIC_COMMAND_PREFIX) + name);
}