took off the debug prints in command caller, Mac is ready to go
This commit is contained in:
parent
ac622f5760
commit
dbb945753b
|
@ -54,7 +54,8 @@ START_HOOK_SIG(default_start){
|
||||||
COMMAND_CALLER_HOOK(default_command_caller){
|
COMMAND_CALLER_HOOK(default_command_caller){
|
||||||
View_Summary view = get_active_view(app, AccessAll);
|
View_Summary view = get_active_view(app, AccessAll);
|
||||||
|
|
||||||
#if 1
|
#if 0
|
||||||
|
// NOTE(allen): Debugging input.
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
User_Input in = get_command_input(app);
|
User_Input in = get_command_input(app);
|
||||||
if (in.type == UserInputKey){
|
if (in.type == UserInputKey){
|
||||||
|
|
Loading…
Reference in New Issue