Remove builtins.trace calls
This commit is contained in:
parent
5b0126a55d
commit
8d9824c622
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ in
|
|||
lib.mapAttrs
|
||||
(k: opt: opt.value)
|
||||
(lib.filterAttrs
|
||||
(k: opt: builtins.trace k builtins.trace opt builtins.trace "" opt.isDefined)
|
||||
(k: opt: opt.isDefined)
|
||||
{
|
||||
inherit (options)
|
||||
driver
|
||||
|
|
Loading…
Reference in a new issue