(svn r13335) -Fix: remove rogue (debugging) printf.

This commit is contained in:
rubidium 2008-05-29 21:35:49 +00:00
parent c33164831d
commit d58080fd44

View File

@ -762,7 +762,6 @@ struct PatchesSelectionWindow : Window {
page->entries = MallocT<PatchEntry>(page->num);
for (i = 0; i != page->num; i++) {
uint index;
printf("%s\n", page->names[i]);
const SettingDesc *sd = GetPatchFromName(page->names[i], &index);
assert(sd != NULL);