remove trace

This commit is contained in:
phaer 2023-01-15 16:24:31 +01:00
parent d64b6b0868
commit 94d1319001

View file

@ -174,7 +174,7 @@ rec {
internal = true;
readOnly = true;
type = types.functionTo diskoLib.jsonType;
default = args: let v = attrs.default args; in lib.traceSeqN 3 [(config.name or "unnamed") (v.fs or "")] v;
default = args: attrs.default args;
description = "Mount script";
};