Skip to content

Commit

Permalink
can-lehmann#115 Remove echo
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippMDoerner committed Jun 22, 2024
1 parent 0f04d1c commit c9d69b4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions owlkettle/guidsl.nim
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,6 @@ proc parseAdder(node: NimNode): Adder =
error("Unable to parse adder argument from " & $child.kind, child)

proc parseGui(node: NimNode): Node =
if node.repr.contains "ScrolledWindow":
echo "Node: \n", node.repr
echo "Tree: \n", node.treeRepr
case node.kind:
of nnkCallKinds - {nnkInfix}:
if node[0].unwrapName().eqIdent("insert"):
Expand Down

0 comments on commit c9d69b4

Please sign in to comment.