mirror of
https://github.com/gmod-integration/lua.git
synced 2025-03-15 22:07:34 +00:00
fix: remove debug log
This commit is contained in:
parent
b2c00e0be0
commit
0048a7cc19
|
@ -10,8 +10,6 @@ local function getAPIURL(endpoint)
|
||||||
endpoint = string.gsub(endpoint, ":steamID64", LocalPlayer():SteamID64())
|
endpoint = string.gsub(endpoint, ":steamID64", LocalPlayer():SteamID64())
|
||||||
end
|
end
|
||||||
|
|
||||||
print(url .. endpoint)
|
|
||||||
|
|
||||||
return url .. endpoint
|
return url .. endpoint
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user