Skip to content

Commit

Permalink
去除NSLog
Browse files Browse the repository at this point in the history
  • Loading branch information
xcxcxc committed Aug 27, 2014
1 parent ef94166 commit 060bd61
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion HHRouter/HHRouter.m
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ - (void)map:(NSString*)route toBlock:(HHRouterBlock)block

- (UIViewController*)matchController:(NSString*)route
{
NSLog(@"%@", route);
NSDictionary* params = [self paramsInRoute:route];
Class controllerClass = params[@"controller_class"];

Expand Down

0 comments on commit 060bd61

Please sign in to comment.