Dhewm3SettingsMenu: Remove testing printfs

This commit is contained in:
Daniel Gibson 2024-06-06 22:36:55 +02:00
parent 49ed8ec439
commit cff73ff591

View file

@ -1475,9 +1475,7 @@ struct CVarOption {
{
if (name != NULL) {
cvar = cvarSystem->Find(name);
printf("# Init() name = %s cvar = %p\n", name, cvar);
}
else printf("# Init() name = NULL label = %s\n", label);
}
void Draw()