diff --git a/Nim/NimQml/NimQmlMacros.nim b/Nim/NimQml/NimQmlMacros.nim index f55ca53..25107e2 100644 --- a/Nim/NimQml/NimQmlMacros.nim +++ b/Nim/NimQml/NimQmlMacros.nim @@ -364,7 +364,6 @@ macro QtObject*(qtDecl: stmt): stmt {.immediate.} = # Ident !"read" # Ident !"getName for asgn in stmtList.children: - echo treerepr asgn let name = asgn[0] case $name of "read":