diff --git a/mesecons_luacontroller/init.lua b/mesecons_luacontroller/init.lua
index 458286f365778e1731d824015b0fe38230d2b4e1..7d76b26be7750ca06752b8de50fffb6301aa5917 100644
--- a/mesecons_luacontroller/init.lua
+++ b/mesecons_luacontroller/init.lua
@@ -20,8 +20,6 @@
 -- The Sandbox
 -- The whole code of the controller runs in a sandbox,
 -- a very restricted environment.
--- However, as this does not prevent you from using e.g. loops,
--- we need to check for these prohibited commands first.
 -- Actually the only way to damage the server is to
 -- use too much memory from the sandbox.
 -- You can add more functions to the environment