1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-31 07:59:27 +02:00

Bug 1575 Residual - Remove a wxLogDebug left in by mistake.

This commit is contained in:
James Crook 2017-01-16 21:54:04 +00:00
parent 0bc20269a7
commit 63cb2a7b9a

View File

@ -1984,7 +1984,6 @@ void AudacityProject::UpdateMenus(bool checkActive)
if (flags == mLastFlags)
return;
mLastFlags = flags;
wxLogDebug("Flags %016lX", (unsigned long) flags );
mCommandManager.EnableUsingFlags(flags2 , NoFlagsSpecifed);