mirror of
https://github.com/gmod-integration/lua.git
synced 2025-03-15 22:27:34 +00:00
remove: debug log
This commit is contained in:
parent
1aac9f7ad3
commit
b2c00e0be0
|
@ -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)
|
Loading…
Reference in New Issue
Block a user