watch-outputs remove debug code
This commit is contained in:
parent
464913cc8f
commit
cc47515cf8
@ -1,6 +1,5 @@
|
|||||||
(local { : %% : system : assoc : split : table= : dig } (require :anoia))
|
(local { : %% : system : assoc : split : table= : dig } (require :anoia))
|
||||||
(local svc (require :anoia.svc))
|
(local svc (require :anoia.svc))
|
||||||
(local { : view } (require :fennel))
|
|
||||||
(local { : kill } (require :lualinux))
|
(local { : kill } (require :lualinux))
|
||||||
|
|
||||||
(fn split-paths [paths]
|
(fn split-paths [paths]
|
||||||
@ -45,7 +44,6 @@
|
|||||||
(accumulate [tree (service:output ".")
|
(accumulate [tree (service:output ".")
|
||||||
v (service:events)]
|
v (service:events)]
|
||||||
(let [new-tree (service:output ".")]
|
(let [new-tree (service:output ".")]
|
||||||
(print :was (view tree) :now (view new-tree))
|
|
||||||
(when (changed? paths tree new-tree)
|
(when (changed? paths tree new-tree)
|
||||||
(print "watched path event:" action controlled-service)
|
(print "watched path event:" action controlled-service)
|
||||||
(do-action action controlled-service))
|
(do-action action controlled-service))
|
||||||
|
Loading…
Reference in New Issue
Block a user