From 0048a7cc19b9c044585c71bad4b242eff4f119fd Mon Sep 17 00:00:00 2001 From: Linventif Date: Tue, 7 May 2024 22:01:59 +0200 Subject: [PATCH] fix: remove debug log --- lua/gmod_integration/shared/sh_http.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/lua/gmod_integration/shared/sh_http.lua b/lua/gmod_integration/shared/sh_http.lua index d880ea8..c6a8a64 100644 --- a/lua/gmod_integration/shared/sh_http.lua +++ b/lua/gmod_integration/shared/sh_http.lua @@ -10,8 +10,6 @@ local function getAPIURL(endpoint) endpoint = string.gsub(endpoint, ":steamID64", LocalPlayer():SteamID64()) end - print(url .. endpoint) - return url .. endpoint end