removed debugging code

This commit is contained in:
Jeena Paradies 2012-11-10 02:23:03 +01:00
parent c43014649d
commit 16a746eb53

View file

@ -271,8 +271,6 @@
entity, @"entity",
postId, @"postId", nil];
NSLog(@"%@", notification);
[[NSUserNotificationCenter defaultUserNotificationCenter] deliverNotification:notification];
}
@ -342,7 +340,6 @@
NSString *js = [NSString stringWithFormat:@"tentia_instance.showStatus('%@', '%@');", postId, entity];
[conversationView stringByEvaluatingJavaScriptFromString:js];
[conversationViewWindow makeKeyAndOrderFront:self];
conversationViewWindow.title = @"Test";
}
// Notifications