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:
Jiger Patel
2003-08-18 04:56:03 +00:00
parent 7308b74455
commit 5df62ecf30

View File

@ -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, ",");