removed debug message

This commit is contained in:
Brianna O'Keefe 2018-11-11 16:32:47 -05:00
parent 7375725d3b
commit fe4a499f26

View File

@ -231,8 +231,6 @@ public class Methods {
}
break;
}
} catch (NoSuchFieldError e) {
System.out.println("No such field.");
} catch (Exception e) {
Debugger.runReport(e);
}