Remove another windows ifdef

This commit is contained in:
Kevin Sawicki
2012-06-07 14:02:57 -07:00
parent 840860afdf
commit 666c219015

View File

@@ -160,11 +160,7 @@ bool ClientHandler::OnConsoleMessage(CefRefPtr<CefBrowser> browser,
if (first_message) {
std::stringstream ss;
ss << AppGetWorkingDirectory();
#if defined(OS_WIN)
ss << "\\";
#else
ss << "/";
#endif
ss << "console.log";
m_LogFile = ss.str();
}