1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-25 22:53:22 +00:00

Remove debugging line 😬

This commit is contained in:
Drew Lemmy 2019-02-24 20:00:26 +00:00
parent 7fde89ad95
commit d953f031f0

View File

@ -78,8 +78,6 @@ if sCommand == "put" then
if response then
print( "Success." )
print(response.getResponseHeaders())
local sResponse = response.readAll()
response.close()