Skip to content

Commit

Permalink
chore: remove commented debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
erickzhao committed Jul 8, 2019
1 parent 8fa82c7 commit a34c7d7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions shell/browser/ui/cocoa/atom_ns_window_delegate.mm
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ - (NSRect)windowWillUseStandardFrame:(NSWindow*)window
}

- (void)windowDidBecomeKey:(NSNotification*)notification {
// NSWindow* window = notification.object;
// LOG(INFO) << window.childWindows.count;
shell_->NotifyWindowFocus();
}

Expand Down

0 comments on commit a34c7d7

Please sign in to comment.