mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-25 05:01:24 +00:00
[qwaq] Clean up some debug output
Some leftover prints from getting geometric algebra support working in qdb.
This commit is contained in:
parent
40f04ff33e
commit
7509916d71
2 changed files with 2 additions and 2 deletions
|
@ -201,7 +201,7 @@ static void type_free (void *t, void *unused)
|
|||
}
|
||||
goto error;
|
||||
hash_type:
|
||||
printf ("fetched type %s\n", type.encoding);
|
||||
//printf ("fetched type %s\n", type.encoding);
|
||||
Hash_Add (dynamic_encodings, type);
|
||||
return type;
|
||||
// not a valid type
|
||||
|
|
|
@ -38,7 +38,7 @@ static string type_views[] = {
|
|||
&& type.type < sizeof(type_views) / sizeof (type_views[0])) {
|
||||
typename = type_views[type.type];
|
||||
}
|
||||
printf ("AlgebraView: %s\n", typename);
|
||||
//printf ("AlgebraView: %s\n", typename);
|
||||
id class = obj_lookup_class (typename);
|
||||
if (class) {
|
||||
return [class withDef:def in:data type:type];
|
||||
|
|
Loading…
Reference in a new issue