Monotone-Parent: 1809a1a169efcfc6baf2a9e476c3b9aae70c7819

Monotone-Revision: 2bfe04b889e590de777411f7ef7e333f5eacf87c

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-03-07T22:34:59
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau 2011-03-07 22:34:59 +00:00
parent ef54d7d9b1
commit aa76faf05d

View file

@ -310,7 +310,6 @@ static Class NSDataK, NSStringK;
- (void) setHandleId: (uint32_t) newHandleId - (void) setHandleId: (uint32_t) newHandleId
{ {
handleId = newHandleId; handleId = newHandleId;
[self logWithFormat: @"new table handle: %d", handleId];
} }
- (NSArray *) childKeys - (NSArray *) childKeys
@ -813,8 +812,6 @@ static Class NSDataK, NSStringK;
notif_parameters.object_id = [child objectId]; notif_parameters.object_id = [child objectId];
notif_parameters.instance_id = 0; /* TODO: always 0 ? */ notif_parameters.instance_id = 0; /* TODO: always 0 ? */
[self logWithFormat: @"table notification handle: %d", handleId];
childName = [child nameInContainer]; childName = [child nameInContainer];
list = [self restrictedChildKeys]; list = [self restrictedChildKeys];
currentChildRow = [list indexOfObject: childName]; currentChildRow = [list indexOfObject: childName];