fix: remove debug log

This commit is contained in:
Linventif 2024-05-07 22:01:59 +02:00
parent b2c00e0be0
commit 0048a7cc19
No known key found for this signature in database
GPG Key ID: FAC0CA60F9AEEC24

View File

@ -10,8 +10,6 @@ local function getAPIURL(endpoint)
endpoint = string.gsub(endpoint, ":steamID64", LocalPlayer():SteamID64())
end
print(url .. endpoint)
return url .. endpoint
end