diff options
-rw-r--r-- | src/settings_gui.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/settings_gui.cpp b/src/settings_gui.cpp index ffa28d9ab..290f18916 100644 --- a/src/settings_gui.cpp +++ b/src/settings_gui.cpp @@ -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); |