took off the debug prints in command caller, Mac is ready to go

master
Allen Webster 2017-11-09 10:41:27 -05:00
parent ac622f5760
commit dbb945753b
1 changed files with 2 additions and 1 deletions

View File

@ -54,7 +54,8 @@ START_HOOK_SIG(default_start){
COMMAND_CALLER_HOOK(default_command_caller){
View_Summary view = get_active_view(app, AccessAll);
#if 1
#if 0
// NOTE(allen): Debugging input.
#include <stdio.h>
User_Input in = get_command_input(app);
if (in.type == UserInputKey){