diff --git a/lua/gm_express/sh_helpers.lua b/lua/gm_express/sh_helpers.lua index 970373d..bb44e76 100644 --- a/lua/gm_express/sh_helpers.lua +++ b/lua/gm_express/sh_helpers.lua @@ -155,8 +155,6 @@ function express:Get( id, cb ) end end - print( "Express: Downloaded " .. #fullBody .. " bytes for ID '" .. id ) - if string.StartWith( fullBody, "" ) then print( "Express: Returning raw data for ID '" .. id .. "'." ) fullBody = string.sub( fullBody, 6 )