Fewer bindings debug log messages.

This commit is contained in:
Alexander Ljungberg
2010-05-26 19:44:14 -04:00
parent 8b2350fb22
commit 5ff8ddf5f3
+1 -1
View File
@@ -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];
}