From 010fc23261ac727207f5d80351dd125132528d80 Mon Sep 17 00:00:00 2001 From: Will Szumski Date: Sun, 4 Jan 2015 21:05:17 +0000 Subject: [PATCH] remove debugging print --- Nim/NimQml/NimQmlMacros.nim | 1 - 1 file changed, 1 deletion(-) 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":