From dbb945753b2ce11e701342e09c09cf07127bb08b Mon Sep 17 00:00:00 2001 From: Allen Webster Date: Thu, 9 Nov 2017 10:41:27 -0500 Subject: [PATCH] took off the debug prints in command caller, Mac is ready to go --- 4coder_default_hooks.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/4coder_default_hooks.cpp b/4coder_default_hooks.cpp index cb125342..62ffeff6 100644 --- a/4coder_default_hooks.cpp +++ b/4coder_default_hooks.cpp @@ -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 User_Input in = get_command_input(app); if (in.type == UserInputKey){