From: Elias Fleckenstein Date: Mon, 3 Aug 2020 14:09:56 +0000 (+0200) Subject: Removed debug print() X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=42548b7c1f3b9c7207afe4055907f8b781895c19;p=elidragon.git Removed debug print() --- diff --git a/functions.lua b/functions.lua index a087cc5..f5ee415 100755 --- a/functions.lua +++ b/functions.lua @@ -30,7 +30,6 @@ function elidragon.message(message) if not msg then return end - print(name, color, msg) msg = minetest.colorize(color, msg) if name then minetest.chat_send_player(name, msg)