Skip to content

Commit

Permalink
Undo
Browse files Browse the repository at this point in the history
  • Loading branch information
wmdietl committed Aug 8, 2024
1 parent b212704 commit dc120e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public class CFGProcessor extends BasicTypeProcessor {
public CFGProcessor(String className, String methodName) {
this.className = className;
this.methodName = methodName;
System.err.println("Instantiating CFGProcessor for " + className + "::" + methodName);
// System.err.println("Instantiating CFGProcessor for " + className + "::" + methodName);
}

/**
Expand Down

0 comments on commit dc120e3

Please sign in to comment.