From 5ff8ddf5f3ecd33d708f25f32f35f9ff863fa0cc Mon Sep 17 00:00:00 2001 From: Alexander Ljungberg Date: Fri, 19 Feb 2010 19:11:35 -0300 Subject: [PATCH] Fewer bindings debug log messages. --- Foundation/CPKeyValueObserving.j | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Foundation/CPKeyValueObserving.j b/Foundation/CPKeyValueObserving.j index bee35ec8f..66d08fbb0 100644 --- a/Foundation/CPKeyValueObserving.j +++ b/Foundation/CPKeyValueObserving.j @@ -50,7 +50,7 @@ { if (!anObserver || !aPath) return; - CPLog.warn(anObserver+" is adding itself as an observer to object: "+self+" forKeyPath: "+aPath+" context: "+aContext); + //CPLog.warn(anObserver+" is adding itself as an observer to object: "+self+" forKeyPath: "+aPath+" context: "+aContext); [[_CPKVOProxy proxyForObject:self] _addObserver:anObserver forKeyPath:aPath options:options context:aContext]; }