1
0
Fork 0

remove debug

This commit is contained in:
Daniel Barlow 2024-06-12 13:03:26 +01:00
parent 5121a8563d
commit f898e4dca2
1 changed files with 1 additions and 2 deletions

View File

@ -33,8 +33,7 @@ let
defaultStart =
builtins.filter
(s: !(isDependentOnControlled s))
(lib.debug.traceValSeqN 2 allServices);
(s: !(isDependentOnControlled s)) allServices;
defaultDefaultTarget = bundle {
name = "default";
contents = defaultStart;