[qwaq] Clean up some debug prints

This commit is contained in:
Bill Currie 2020-03-31 01:18:16 +09:00
parent af64e36653
commit 5bb71c2089
2 changed files with 0 additions and 4 deletions

View file

@ -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::)];

View file

@ -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: