(svn r13335) -Fix: remove rogue (debugging) printf.
This commit is contained in:
@@ -762,7 +762,6 @@ struct PatchesSelectionWindow : Window {
|
|||||||
page->entries = MallocT<PatchEntry>(page->num);
|
page->entries = MallocT<PatchEntry>(page->num);
|
||||||
for (i = 0; i != page->num; i++) {
|
for (i = 0; i != page->num; i++) {
|
||||||
uint index;
|
uint index;
|
||||||
printf("%s\n", page->names[i]);
|
|
||||||
const SettingDesc *sd = GetPatchFromName(page->names[i], &index);
|
const SettingDesc *sd = GetPatchFromName(page->names[i], &index);
|
||||||
assert(sd != NULL);
|
assert(sd != NULL);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user