Oops. Remove printout

This commit is contained in:
simon.kagstrom 2009-01-14 17:32:50 +00:00
parent f9ced0143e
commit 5f29cb10aa

View File

@ -291,7 +291,6 @@ char *C64::bind_one_key(Prefs *np, int which)
if (key_keycodes[i] == cur)
{
cur_binding = key_names[i];
printf("Faund %s\n", cur_binding);
break;
}
}