From 791fc2381efaa3feccd04b8709a9d69c7c34370e Mon Sep 17 00:00:00 2001 From: Hugo Melder Date: Fri, 13 Dec 2024 23:59:52 +0100 Subject: [PATCH] Undef tracing --- Source/NSKVOSupport.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/NSKVOSupport.m b/Source/NSKVOSupport.m index 41295b9fd..df9f0c47b 100644 --- a/Source/NSKVOSupport.m +++ b/Source/NSKVOSupport.m @@ -53,7 +53,7 @@ This code is licensed under the MIT License (MIT). #import // Uncomment for tracing KVO dispatch machinery -#define GS_KVO_TRACING +//#define GS_KVO_TRACING typedef void (^DispatchChangeBlock)(_NSKVOKeyObserver *);