[React Kit] Remove embarrassing TODOs

This commit is contained in:
Alex Akers
2015-03-26 09:44:58 -07:00
parent bdd170568c
commit 7a97043a3e
8 changed files with 4 additions and 29 deletions

View File

@@ -34,7 +34,7 @@ static inline NSString *_RCTLogPreamble(const char *file, int lineNumber, const
return [NSString stringWithFormat:@"[RCTLog][tid:%@][%@:%d]>", threadName, fileName, lineNumber];
}
// TODO (#5906496): // kinda ugly that this is tied to RCTBridge
// TODO (#5906496): Does this need to be tied to RCTBridge?
NSString *RCTLogObjects(NSArray *objects, NSString *level)
{
NSString *str = objects[0];