Skip to content

Commit

Permalink
Remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonsturgeon committed Sep 17, 2023
1 parent 5e00516 commit 8e6bbd5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lua/gm_express/sh_helpers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,6 @@ function express:Get( id, cb )
end
end

print( "Express: Downloaded " .. #fullBody .. " bytes for ID '" .. id )

if string.StartWith( fullBody, "<raw>" ) then
print( "Express: Returning raw data for ID '" .. id .. "'." )
fullBody = string.sub( fullBody, 6 )
Expand Down

0 comments on commit 8e6bbd5

Please sign in to comment.