mirror of
https://github.com/dhewm/dhewm3.git
synced 2025-02-18 02:01:33 +00:00
Dhewm3SettingsMenu: Remove testing printfs
This commit is contained in:
parent
49ed8ec439
commit
cff73ff591
1 changed files with 0 additions and 2 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue