mirror of
https://github.com/status-im/nimqml.git
synced 2025-02-24 04:18:22 +00:00
Removed some "echo" leftovers
This commit is contained in:
parent
ff158aec6c
commit
00172aaa6d
@ -246,8 +246,6 @@ proc extractPropertyInfo(node: NimNode): tuple[ok: bool, info: PropertyInfo] {.c
|
||||
$(bracketExpr[0]) != "QtProperty":
|
||||
return
|
||||
let stmtList = node[2]
|
||||
echo repr stmtList
|
||||
echo $stmtList.len
|
||||
if stmtList.len >= 1:
|
||||
if stmtList[0].kind != nnkAsgn or stmtList[0].len != 2 or
|
||||
stmtList[0][0].kind != nnkIdent or
|
||||
|
Loading…
x
Reference in New Issue
Block a user