# HG changeset patch # User Paul Boddie # Date 1219016781 -7200 # Node ID c01f2307b19e578d5ef895c4bb114b4803b742c9 # Parent 26fe4f93e469d6d9b7ba0942b80283d686a66740 Remove trace statement. diff -r 26fe4f93e469 -r c01f2307b19e micropython/ast.py --- a/micropython/ast.py Mon Aug 18 01:45:23 2008 +0200 +++ b/micropython/ast.py Mon Aug 18 01:46:21 2008 +0200 @@ -369,7 +369,6 @@ originally came from. """ - print instruction return ( isinstance(instruction.input, LoadTemp) and isinstance(instruction, StoreTemp) and instruction.input.attr == instruction.attr) or (