From 1f180d0627de50cab3dd3baa47607246e620ac8d Mon Sep 17 00:00:00 2001 From: Layla Manley Date: Sun, 8 Oct 2023 02:31:20 -0400 Subject: [PATCH] iteration --- auth_server.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/auth_server.lua b/auth_server.lua index 8f925bd..063ce46 100644 --- a/auth_server.lua +++ b/auth_server.lua @@ -115,7 +115,6 @@ while true do end rednet.send(client_id, "invalid token") - log(request.username .. " failed token check") end end