]> git.lizzy.rs Git - elidragon.git/blobdiff - functions.lua
Removed debug print()
[elidragon.git] / functions.lua
index a087cc5850bcda1bba619ab2005680b13a6264c6..f5ee41596f1fd64585c0b07d140a88ded2878384 100755 (executable)
@@ -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)