mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Clean up line noise on console.log
This commit is contained in:
@@ -210,14 +210,8 @@ bool ClientHandler::OnConsoleMessage(CefRefPtr<CefBrowser> browser,
|
||||
int line)
|
||||
{
|
||||
REQUIRE_UI_THREAD();
|
||||
|
||||
std::cout <<
|
||||
std::string(message) <<
|
||||
"\n\t" <<
|
||||
std::string(source) <<
|
||||
":" <<
|
||||
line <<
|
||||
"\n";
|
||||
|
||||
std::cout << std::string(message) << "\n";
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user