don't show console on load

This commit is contained in:
Chris Wanstrath
2011-11-09 12:05:05 -08:00
parent c6a8255d92
commit cf41bdddff

View File

@@ -34,9 +34,7 @@
- (void)windowDidLoad {
[super windowDidLoad];
[[webView inspector] showConsole:self];
[self.window setDelegate:self];
[self.window setCollectionBehavior:NSWindowCollectionBehaviorFullScreenPrimary];