From 42548b7c1f3b9c7207afe4055907f8b781895c19 Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Mon, 3 Aug 2020 16:09:56 +0200 Subject: [PATCH] Removed debug print() --- functions.lua | 1 - 1 file changed, 1 deletion(-) 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) -- 2.44.0