We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 115ad90 commit d8b70faCopy full SHA for d8b70fa
q.nim
@@ -54,8 +54,6 @@ proc initContext(root: XmlNode): QueryContext =
54
initContext(@[root])
55
56
proc newAttribute(n, o, v: string): Attribute =
57
- echo n, " ", o, " ", v
58
-
59
result.name = n
60
61
if o.len != 0:
0 commit comments