Remove rogue log

This commit is contained in:
Corey Johnson 2012-09-04 16:39:32 -07:00 committed by Corey Johnson & Nathan Sobo
parent 2d3c06b86d
commit 9d830f9ef4

View File

@ -49,7 +49,6 @@ void AtomCefClient::Confirm(int replyId,
void AtomCefClient::OnTitleChange(CefRefPtr<CefBrowser> browser, const CefString& title) {
NSLog(@"TITLE CHANGE %s", title.ToString().c_str());
NSWindow *window = [browser->GetHost()->GetWindowHandle() window];
[window setTitle:[NSString stringWithUTF8String:title.ToString().c_str()]];
}