Skip to content

Commit

Permalink
Removed an NSLog.
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrykrinock committed Oct 28, 2013
1 parent 0098078 commit 2e15f91
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion NSEntityDescription+SSYMavericksBugFix.m
Expand Up @@ -11,7 +11,6 @@ + (NSEntityDescription*)SSY_entityForName:(NSString*)name
NSLog(@"Internal Error 282-1983 %@ %@", name, [entities allKeys] );
}
[entities release] ; // Sorry, ARC users
/*SSYDBL*/ NSLog(@"Got ed with %ld attrs for %@", (long)[[entityDescription attributesByName] count], name) ;
return entityDescription ;
}

Expand Down

0 comments on commit 2e15f91

Please sign in to comment.