remove test println

git-svn-id: https://smali.googlecode.com/svn/trunk@458 55b6fa8a-2a1e-11de-a435-ffa8d773f76a
This commit is contained in:
JesusFreke@JesusFreke.com 2009-09-10 06:45:15 +00:00
parent 8e9ceda4f9
commit 04473936a1

View File

@ -83,9 +83,6 @@ public class baksmali {
String classDescriptor = classDefItem.getClassType().getTypeDescriptor();
//TODO: GROT
System.out.println(classDescriptor);
//validate that the descriptor is formatted like we expect
if (classDescriptor.charAt(0) != 'L' ||
classDescriptor.charAt(classDescriptor.length()-1) != ';') {