remove debugging print
This commit is contained in:
parent
62ecd19e60
commit
010fc23261
|
@ -364,7 +364,6 @@ macro QtObject*(qtDecl: stmt): stmt {.immediate.} =
|
||||||
# Ident !"read"
|
# Ident !"read"
|
||||||
# Ident !"getName
|
# Ident !"getName
|
||||||
for asgn in stmtList.children:
|
for asgn in stmtList.children:
|
||||||
echo treerepr asgn
|
|
||||||
let name = asgn[0]
|
let name = asgn[0]
|
||||||
case $name
|
case $name
|
||||||
of "read":
|
of "read":
|
||||||
|
|
Loading…
Reference in New Issue