Remove debug print

This commit is contained in:
Redox 2023-04-04 13:49:20 +02:00 committed by GitHub
parent 2ec73c3e58
commit 42d9ee7f51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,6 @@ ULib.BanMessage = [[
function ULib.getBanMessage( steamid, banData, templateMessage ) function ULib.getBanMessage( steamid, banData, templateMessage )
banData = banData or ULib.bans[ steamid ] banData = banData or ULib.bans[ steamid ]
if not banData then return end if not banData then return end
print( templateMessage )
templateMessage = templateMessage or ULib.BanMessage templateMessage = templateMessage or ULib.BanMessage
local replacements = { local replacements = {