remove: debug log

This commit is contained in:
Linventif 2024-05-07 21:53:38 +02:00
parent 1aac9f7ad3
commit b2c00e0be0
No known key found for this signature in database
GPG Key ID: FAC0CA60F9AEEC24

View File

@ -47,10 +47,3 @@ function gmInte.openVerifPopup()
gmInte.applyPaint(button)
buttonGrid:AddItem(button)
end
gmInte.http.get("/users?steamID64=" .. LocalPlayer():SteamID64(), function(code, body)
print("User verification status: " .. code)
end,
function(code, body)
LocalPlayer():ChatPrint("Failed to refresh verification: " .. code)
end)