Removed some debug statements
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2204 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -59,7 +59,6 @@ public class SelectedRules
|
||||
|
||||
String customRuleSetPath = jEdit.getProperty("pmd.customRulesPath");
|
||||
|
||||
System.out.println("See custom rules path " + customRuleSetPath);
|
||||
if(!(customRuleSetPath == null))
|
||||
{
|
||||
StringTokenizer strtok = new StringTokenizer(customRuleSetPath, ",");
|
||||
|
Reference in New Issue
Block a user