Skip to content

Commit 282c9aa

Browse files
committed
Remove debug code
1 parent 905ddd7 commit 282c9aa

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

soot-infoflow-android/src/soot/jimple/infoflow/android/callbacks/AbstractCallbackAnalyzer.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -586,10 +586,6 @@ protected void analyzeMethodForViewPagers(SootClass clazz, SootMethod method) {
586586

587587
Body body = method.retrieveActiveBody();
588588

589-
if (method.getDeclaringClass().getName().equals("org.liberty.android.fantastischmemo.ui.AnyMemo")
590-
&& method.getName().equals("initDrawer"))
591-
System.out.println("x");
592-
593589
// look for invocations of ViewPager.setAdapter
594590
for (Unit u : body.getUnits()) {
595591
Stmt stmt = (Stmt) u;

0 commit comments

Comments
 (0)