removed debugging code
This commit is contained in:
parent
c43014649d
commit
16a746eb53
1 changed files with 0 additions and 3 deletions
|
@ -271,8 +271,6 @@
|
||||||
entity, @"entity",
|
entity, @"entity",
|
||||||
postId, @"postId", nil];
|
postId, @"postId", nil];
|
||||||
|
|
||||||
NSLog(@"%@", notification);
|
|
||||||
|
|
||||||
[[NSUserNotificationCenter defaultUserNotificationCenter] deliverNotification:notification];
|
[[NSUserNotificationCenter defaultUserNotificationCenter] deliverNotification:notification];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -342,7 +340,6 @@
|
||||||
NSString *js = [NSString stringWithFormat:@"tentia_instance.showStatus('%@', '%@');", postId, entity];
|
NSString *js = [NSString stringWithFormat:@"tentia_instance.showStatus('%@', '%@');", postId, entity];
|
||||||
[conversationView stringByEvaluatingJavaScriptFromString:js];
|
[conversationView stringByEvaluatingJavaScriptFromString:js];
|
||||||
[conversationViewWindow makeKeyAndOrderFront:self];
|
[conversationViewWindow makeKeyAndOrderFront:self];
|
||||||
conversationViewWindow.title = @"Test";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Notifications
|
// Notifications
|
||||||
|
|
Reference in a new issue