mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
[qwaq] Clean up some debug prints
This commit is contained in:
parent
af64e36653
commit
5bb71c2089
2 changed files with 0 additions and 4 deletions
|
@ -94,7 +94,6 @@
|
|||
qdb_state_t state = qdb_get_state (target);
|
||||
Editor *file = [self find_file: state.file];
|
||||
|
||||
printf ("%s:%d\n", state.file, state.line);
|
||||
if (current_file != file) {
|
||||
[current_file setVerticalScrollBar:nil];
|
||||
[[current_file onEvent] removeListener:self :@selector(proxy_event::)];
|
||||
|
|
|
@ -102,9 +102,6 @@
|
|||
@param value = nil;
|
||||
string valstr = "--";
|
||||
unsigned offset = func.local_data + def.offset;
|
||||
printf ("%d %d %s %d\n", def.type_size, offset,
|
||||
qdb_get_string (target, def.name),
|
||||
def.type_encoding);
|
||||
qdb_get_data (target, offset, def.type_size >> 16, &value);
|
||||
switch (def.type_size & 0xffff) {
|
||||
case ev_void:
|
||||
|
|
Loading…
Reference in a new issue