From 8406d4a8f1abb4d08255b3301af3cee025809b88 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 2 Jun 2019 20:23:56 +0530 Subject: [PATCH] Forgot another print statement Really should not code when I am busy :) --- glfw/cocoa_init.m | 1 - 1 file changed, 1 deletion(-) diff --git a/glfw/cocoa_init.m b/glfw/cocoa_init.m index e6b5223ec..f1441a9bd 100644 --- a/glfw/cocoa_init.m +++ b/glfw/cocoa_init.m @@ -313,7 +313,6 @@ static GLFWbool initializeTIS(void) static inline bool is_ctrl_tab(NSEvent *event, NSEventModifierFlags modifierFlags) { - NSLog(@"%@\n", event.charactersIgnoringModifiers); if ( (modifierFlags == NSEventModifierFlagControl && [event.charactersIgnoringModifiers isEqualToString:@"\t"]) ||