Additional debug statement.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user