Removed some debug output, no longer panics to be able to read the output :)
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8050 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -54,7 +54,6 @@ check_for_boot_keys(void)
|
|||||||
uint32 options = 0;
|
uint32 options = 0;
|
||||||
|
|
||||||
while ((key.ax = check_for_key()) != 0) {
|
while ((key.ax = check_for_key()) != 0) {
|
||||||
dprintf("pressed %lx\n", key.ax);
|
|
||||||
switch (key.code.ascii) {
|
switch (key.code.ascii) {
|
||||||
case ' ':
|
case ' ':
|
||||||
options |= BOOT_OPTION_MENU;
|
options |= BOOT_OPTION_MENU;
|
||||||
@@ -70,7 +69,6 @@ check_for_boot_keys(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
dprintf("options = %ld\n", options);
|
dprintf("options = %ld\n", options);
|
||||||
panic("\n");
|
|
||||||
return options;
|
return options;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user