You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by to...@apache.org on 2006/10/03 23:17:36 UTC

svn commit: r452625 - /incubator/cayenne/sandbox/CocoaCayenne/CocoaCayenne/CAYObjectId.m

Author: torehalset
Date: Tue Oct  3 14:17:36 2006
New Revision: 452625

URL: http://svn.apache.org/viewvc?view=rev&rev=452625
Log:
it makes sense to get a tempKey from server for a CAYNodeIdChangeOperation

Modified:
    incubator/cayenne/sandbox/CocoaCayenne/CocoaCayenne/CAYObjectId.m

Modified: incubator/cayenne/sandbox/CocoaCayenne/CocoaCayenne/CAYObjectId.m
URL: http://svn.apache.org/viewvc/incubator/cayenne/sandbox/CocoaCayenne/CocoaCayenne/CAYObjectId.m?view=diff&rev=452625&r1=452624&r2=452625
==============================================================================
--- incubator/cayenne/sandbox/CocoaCayenne/CocoaCayenne/CAYObjectId.m (original)
+++ incubator/cayenne/sandbox/CocoaCayenne/CocoaCayenne/CAYObjectId.m Tue Oct  3 14:17:36 2006
@@ -39,10 +39,6 @@
     {
         [self setTempKey:nil];
     }
-    else if([self tempKey])
-    {
-        NSLog(@"WARN: got tempKey from server %@", self);
-    }
     
     // repair singleKey
     if([[self singleKey] isKindOfClass:[NSNull class]])