1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-28 16:20:12 +01:00

Disable command-list capture code, by default.

Also added a comment to say what it is.
This commit is contained in:
James Crook
2017-03-23 18:48:00 +00:00
parent 3ffcc29bf6
commit 78149bc3da

View File

@@ -351,10 +351,13 @@ KeyView::SetView(ViewByType type)
SelectNode(index);
}
#if 0
// JKC: Optional code to list commants and shortcuts to debug console.
int nLines = mLines.GetCount();
for(int i=0;i<nLines;i++){
wxLogDebug( "%i,%i,%s,%s", i, mLines[i]->depth, mLines[i]->label, mLines[i]->key );
}
#endif
return;
}