Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitalita authored Feb 12, 2023
1 parent f1c1316 commit 0e6e311
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/DarkId.Papyrus.DebugServer/DebugServer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ namespace DarkId::Papyrus::DebugServer
logger::error("Server error: %s\n", msg);
};

printf("Session terminated\n");
auto thread = std::thread();
m_server.start(port, onClientConnected, onError);
return true;
}
Expand Down

0 comments on commit 0e6e311

Please sign in to comment.