summaryrefslogtreecommitdiffstats
path: root/game/server/status.cc
diff options
context:
space:
mode:
Diffstat (limited to 'game/server/status.cc')
-rw-r--r--game/server/status.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/game/server/status.cc b/game/server/status.cc
index 0b8660b..e44a4f4 100644
--- a/game/server/status.cc
+++ b/game/server/status.cc
@@ -11,7 +11,6 @@
static void on_status_request_packet(const protocol::StatusRequest &packet)
{
- spdlog::info("STATUS REQUEST");
protocol::StatusResponse response;
response.version = protocol::VERSION;
response.max_players = sessions::max_players.get_value();