Skip to content

Commit

Permalink
CLIENT-GAME: Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
TTENSHII committed Nov 3, 2023
1 parent d5543ee commit 45d50db
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Nitwork/NitworkMainServer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,6 @@ namespace Nitwork {
.c_str())
<< _T(" 1 ") << _T(maxNbPlayer) << _T(" ") << _T(gameType) << _T(" ") << _T(winName.c_str())
<< _T(" ") << _T(ownerIp.c_str()) << _T(" ") << _T(ownerPort);

Logger::fatal("cmdline: " + cmdline.str());
STARTUPINFO si = {sizeof(si)};
PROCESS_INFORMATION pi;
#ifdef UNICODE
Expand Down

0 comments on commit 45d50db

Please sign in to comment.