remove debugging print

This commit is contained in:
Will Szumski 2015-01-04 21:05:17 +00:00
parent 62ecd19e60
commit 010fc23261
1 changed files with 0 additions and 1 deletions

View File

@ -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":