From 7a5abf1110c1448d7d67fcc40d51bb80ff1ec7bc Mon Sep 17 00:00:00 2001 From: Bart Van Der Meerssche Date: Thu, 7 Apr 2011 11:13:13 +0200 Subject: [PATCH] [fluksod] remove obsolete comments --- mote/v2/openwrt/package/flukso/luasrc/fluksod.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mote/v2/openwrt/package/flukso/luasrc/fluksod.lua b/mote/v2/openwrt/package/flukso/luasrc/fluksod.lua index aa4c3c9..b337a76 100755 --- a/mote/v2/openwrt/package/flukso/luasrc/fluksod.lua +++ b/mote/v2/openwrt/package/flukso/luasrc/fluksod.lua @@ -118,7 +118,6 @@ function dispatch(wan_child, lan_child) -- resume both branches if WAN_ENABLED then - -- TODO send incoming pulses to syslog coroutine.resume(wan_child, sensor_id, timestamp, counter) end @@ -130,9 +129,6 @@ function dispatch(wan_child, lan_child) coroutine.resume(lan_child, sensor_id, timestamp, false, counter, extra) end end - -- check in the e branch whether the counter has increased, if not then discard - -- chech in both branches whether timestamp has increased - -- or do we override?? end end end)