Debug statement moved under a VERBOSE control statement

git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@1564 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
This commit is contained in:
pistoia 2007-08-02 00:00:44 +00:00
parent c6e67b25df
commit 86bbb68c6c
1 changed files with 1 additions and 1 deletions

View File

@ -102,8 +102,8 @@ public class HeapReachingDefs {
if (pa == null) {
throw new IllegalArgumentException("pa is null");
}
System.err.println("Reaching Defs " + node);
if (VERBOSE) {
System.err.println("Reaching Defs " + node);
System.err.println(statements.size());
}