Author: torehalset
Date: Fri Sep 22 16:12:54 2006
New Revision: 449119
URL: http://svn.apache.org/viewvc?view=rev&rev=449119
Log:
less logging
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=449119&r1=449118&r2=449119
==============================================================================
--- incubator/cayenne/sandbox/CocoaCayenne/CocoaCayenne/CAYObjectId.m (original)
+++ incubator/cayenne/sandbox/CocoaCayenne/CocoaCayenne/CAYObjectId.m Fri Sep
22 16:12:54 2006
@@ -55,12 +55,7 @@
// TODO: fix problem: the key "key" result in a ugly unserialize exception
at the server side.
if([self tempKey])
{
- NSLog(@"encoding key");
[coder encodeObject:tempKey forKey:@"key"];
- }
- else
- {
- NSLog(@"not encoding key");
}
[coder encodeObject:replacementIdMap forKey:@"replacementIdMap"];
}