mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-19 09:01:15 +02:00
Fix non-ASCII characters in wxLogDebug
The LogDebugs aren't needed now, as we can get the info via Scripting.
This commit is contained in:
@@ -354,15 +354,6 @@ KeyView::SetView(ViewByType type)
|
||||
SelectNode(index);
|
||||
}
|
||||
|
||||
#if 0
|
||||
// JKC: Optional code to list commants and shortcuts to debug console.
|
||||
int nLines = mLines.GetCount();
|
||||
int flags = 8;
|
||||
for(int i=0;i<nLines;i++){
|
||||
wxLogDebug("T.Add( %2i, %2i, 0, \"%s<>%s\" );", mLines[i]->depth-1, flags, mLines[i]->label,mLines[i]->key );
|
||||
}
|
||||
#endif
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user