Author: scabanovich
Date: 2011-12-15 14:43:06 -0500 (Thu, 15 Dec 2011)
New Revision: 37367
Modified:
trunk/common/plugins/org.jboss.tools.common/src/org/jboss/tools/common/util/TypeResolutionCache.java
Log:
System.out.print removed.
Modified:
trunk/common/plugins/org.jboss.tools.common/src/org/jboss/tools/common/util/TypeResolutionCache.java
===================================================================
---
trunk/common/plugins/org.jboss.tools.common/src/org/jboss/tools/common/util/TypeResolutionCache.java 2011-12-15
19:34:29 UTC (rev 37366)
+++
trunk/common/plugins/org.jboss.tools.common/src/org/jboss/tools/common/util/TypeResolutionCache.java 2011-12-15
19:43:06 UTC (rev 37367)
@@ -45,9 +45,6 @@
if(r == null) {
r = new Resolved(type);
resolved.put(n, r);
-// if(resolved.size() % 100 == 0) {
-// System.out.println("-->" + resolved.size() + " " + n);
//$NON-NLS-1$ //$NON-NLS-2$
-// }
} else if(r.type != type) {
r.setType(type);
}
Show replies by date