changeset 9421:3391ea0711e1 draft

(svn r13335) -Fix: remove rogue (debugging) printf.
author rubidium <rubidium@openttd.org>
date Thu, 29 May 2008 21:35:49 +0000
parents ec47ec544964
children 964ce07c9533
files src/settings_gui.cpp
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/settings_gui.cpp
+++ b/src/settings_gui.cpp
@@ -762,7 +762,6 @@
 				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);