Skip to content

Commit d8b70fa

Browse files
committed
remove debug code
1 parent 115ad90 commit d8b70fa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

q.nim

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ proc initContext(root: XmlNode): QueryContext =
5454
initContext(@[root])
5555

5656
proc newAttribute(n, o, v: string): Attribute =
57-
echo n, " ", o, " ", v
58-
5957
result.name = n
6058

6159
if o.len != 0:

0 commit comments

Comments
 (0)