Remove debugging print, closes #841
This commit is contained in:
parent
8951572366
commit
bed09839d5
2 changed files with 0 additions and 5 deletions
|
@ -89,10 +89,6 @@ void AtomMainDelegate::PreSandboxStartup() {
|
|||
command_line->AppendSwitch("atom-shell-switches-end");
|
||||
}
|
||||
|
||||
void AtomMainDelegate::ProcessExiting(const std::string& process_type) {
|
||||
LOG(ERROR) << "ProcessExiting: " << process_type;
|
||||
}
|
||||
|
||||
content::ContentBrowserClient* AtomMainDelegate::CreateContentBrowserClient() {
|
||||
browser_client_.reset(new AtomBrowserClient);
|
||||
return browser_client_.get();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue