Skip to content

Commit

Permalink
fix tars mock remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanshudong committed Jul 28, 2024
1 parent 3a78b73 commit 690dfa9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mock/LogImp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -418,8 +418,6 @@ void LogImp::logger(const string &app, const string &server, const string &file,

void LogImp::loggerbyInfo(const LogInfo & info,const vector<std::string> & buffer,tars::TarsCurrentPtr current)
{
LOG_CONSOLE_DEBUG << info.writeToJsonString() << endl;

TC_DayLogger &dl = g_globe.getLogger(info,current->getIp());

//记录日志
Expand Down

0 comments on commit 690dfa9

Please sign in to comment.