Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Commit

Permalink
remove forgotten log
Browse files Browse the repository at this point in the history
  • Loading branch information
kirb committed May 9, 2015
1 parent 07053bd commit f0c74ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion SpringBoard.xm
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ NSString *HBTSNameForHandle(NSString *handle) {

[[NSDistributedNotificationCenter defaultCenter] addObserverForName:HBTSSpringBoardReceivedMessageNotification object:nil queue:[NSOperationQueue mainQueue] usingBlock:^(NSNotification *notification) {
static void (^typingEnded)() = ^{
NSLog(@"typingEnded");
if (typingIndicators == 0) {
return;
}
Expand Down

0 comments on commit f0c74ef

Please sign in to comment.