Skip to content

Commit

Permalink
remove exit for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
josephcheel committed Jun 26, 2024
1 parent ad7863a commit 8d59d93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mandatory/src/WebServer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ void WebServer::exit_handler(int signum)
{
if (signum == SIGINT)
{
exit (1);
std::cerr << "\rExiting..." << std::endl;
WebServer::ExitFlag = true;
}
Expand Down

0 comments on commit 8d59d93

Please sign in to comment.