mirror of
https://github.com/gmod-integration/lua.git
synced 2025-03-15 22:07:34 +00:00
fix: forget to remove a debug log
This commit is contained in:
parent
f67ed9e62a
commit
42a216dfb6
|
@ -97,7 +97,6 @@ end
|
||||||
local nextLogPacket = {}
|
local nextLogPacket = {}
|
||||||
function gmInte.http.postLog(endpoint, data)
|
function gmInte.http.postLog(endpoint, data)
|
||||||
local requestAverage = 0
|
local requestAverage = 0
|
||||||
PrintTable(requestIndicator)
|
|
||||||
for k, v in ipairs(requestIndicator) do
|
for k, v in ipairs(requestIndicator) do
|
||||||
requestAverage = requestAverage + v
|
requestAverage = requestAverage + v
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue
Block a user