|
|
@@ -520,10 +520,6 @@ namespace Chromium {
|
|
|
GetFunction()->GetPath("Dbg", dbgPath);
|
|
|
std::string dstDbgPath = dbgPath.GetData();
|
|
|
dstDbgPath.append(SPLIT_SLASH_STR).append("mod_chromium");
|
|
|
- if (InitFileLogger(dstDbgPath))
|
|
|
- DbgToFileLogger("================");
|
|
|
- else
|
|
|
- DbgEx("[ERROR]logger init failed!");
|
|
|
|
|
|
#endif
|
|
|
|