# HG changeset patch # User Thinker K.F. Li # Date 1313374123 -28800 # Node ID c56c7cf32b8897e0cb629ab92540136e8ca181ec # Parent 50d09eba516605f0030ea243091e5534fe994baf Remove useless code diff -r 50d09eba5166 -r c56c7cf32b88 paraspace/tests/dalvik_opcodes_test.py --- a/paraspace/tests/dalvik_opcodes_test.py Mon Aug 15 10:04:12 2011 +0800 +++ b/paraspace/tests/dalvik_opcodes_test.py Mon Aug 15 10:08:43 2011 +0800 @@ -17,7 +17,6 @@ opv = (0, ()) insn = encode_inst(opv) - print repr(insn) assert insn == '\x00\x00' pass diff -r 50d09eba5166 -r c56c7cf32b88 paraspace/tests/injection_test.py --- a/paraspace/tests/injection_test.py Mon Aug 15 10:04:12 2011 +0800 +++ b/paraspace/tests/injection_test.py Mon Aug 15 10:08:43 2011 +0800 @@ -779,6 +779,5 @@ inject_redir(fake_linked, 'Lcom/codemud/fakefile/fakefile;', hello_linked, 'Ljava/io/File;', all_dep_decls) - print len(hello_linked.classDatas.items) hello_linked.to_str() pass