From 8e6bbd57e9ffd2d845af19833f6877383c050dcf Mon Sep 17 00:00:00 2001 From: Brandon Sturgeon Date: Sun, 17 Sep 2023 01:58:30 -0700 Subject: [PATCH] Remove print --- lua/gm_express/sh_helpers.lua | 2 -- 1 file changed, 2 deletions(-) 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 )