changeset 133:ddf8a20ecc4b

Remove useless code
author Thinker K.F. Li <thinker@codemud.net>
date Tue, 09 Aug 2011 17:16:43 +0800
parents 75a31967ebee
children 3dee4d929e1f
files paraspace/dex_deptracker.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/paraspace/dex_deptracker.py	Tue Aug 09 15:30:45 2011 +0800
+++ b/paraspace/dex_deptracker.py	Tue Aug 09 17:16:43 2011 +0800
@@ -1024,7 +1024,6 @@
         
         if isinstance(vtype, dexfile.ref):
             name_path = vtype.target_path
-            print 'REF', node.origin_path, name_path, '0x%x' % value
         else:
             name_path = node.origin_path
             pass