mod_host_status_heartbeat: Remove FIXME comment from testing
authorMatthew Wild <mwild1@gmail.com>
Wed, 29 Jun 2016 16:03:01 +0100
changeset 2224 7f955f92bbbb
parent 2223 5fcf9d558250
child 2225 3d80f8dba886
mod_host_status_heartbeat: Remove FIXME comment from testing
mod_host_status_heartbeat/mod_host_status_heartbeat.lua
--- a/mod_host_status_heartbeat/mod_host_status_heartbeat.lua	Tue Jun 28 22:33:13 2016 +0100
+++ b/mod_host_status_heartbeat/mod_host_status_heartbeat.lua	Wed Jun 29 16:03:01 2016 +0100
@@ -24,5 +24,4 @@
 
 local send_heartbeat = assert(heartbeat_methods[heartbeat_mode], "Unknown heartbeat_mode: "..heartbeat_mode);
 
---FIXME: Commented for testing!!! :)
 module:add_timer(0, send_heartbeat);