fix(templates): remove leftover debugging statements

This commit is contained in:
Harsh Shandilya 2024-05-24 15:36:00 +05:30
parent 69545781ac
commit f5a43fbc1b

View file

@ -37,8 +37,6 @@ in {
templates templates
// { // {
${metadata.name} = ${metadata.name} =
(builtins.trace "name: ${metadata.name}")
(builtins.trace "path: ${metadata.path}")
(overrides.${metadata.name} or {}) (overrides.${metadata.name} or {})
// { // {
inherit (metadata) path; inherit (metadata) path;