summaryrefslogtreecommitdiffstats
path: root/zebra-controller.lua
diff options
context:
space:
mode:
Diffstat (limited to 'zebra-controller.lua')
-rw-r--r--zebra-controller.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/zebra-controller.lua b/zebra-controller.lua
index 90aacdd..8e65d57 100644
--- a/zebra-controller.lua
+++ b/zebra-controller.lua
@@ -5,9 +5,6 @@ require("controllerfunctions")
default_action = "status"
-function welcome()
-end
-
function status(self)
return self.model.getstatus()
end