Additional debug statement.

This commit is contained in:
2026-01-10 10:29:01 -06:00
parent 2f561e5047
commit 4abc299ae9
2 changed files with 6 additions and 2 deletions

View File

@@ -312,8 +312,8 @@ proc toHtml*(
numberChart: numberChart,
transposeSteps: transpose)
debug "Formatting:\p\tsource key: " & $ctx.sourceKey & "\p\ttransposing: " &
$transpose & "\p\ttarget key: " & $ctx.currentKey
debug "Formatting:\p\tsource key: $#\p\ttransposing: $#\p\ttarget key: $#" %
[$ctx.sourceKey, $transpose, $ctx.currentKey]
result = """<!doctype html>
<html>