This commit is contained in:
Corey Johnson
2011-09-26 17:22:06 -07:00
parent 6c56221afe
commit a7c9567fe2

View File

@@ -70,8 +70,7 @@
// WebUIDelegate Protocol
- (NSArray *)webView:(WebView *)sender contextMenuItemsForElement:(NSDictionary *)element defaultMenuItems:(NSArray *)defaultMenuItems {
NSLog(@"WHAT!");
return [NSArray array];
return [NSArray array];
}