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:
parent
0bc20269a7
commit
63cb2a7b9a
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user