mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-01 11:59:26 +00:00
(svn r13335) -Fix: remove rogue (debugging) printf.
This commit is contained in:
parent
c33164831d
commit
d58080fd44
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user