Removed debug strings

This commit is contained in:
Andrea Cavalli 2018-05-09 22:55:27 +02:00
parent 54a13eb68a
commit d379f8a318
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ public class RulesManager {
String path = rulesPath.relativize(p).toString();
path = path.substring(0, path.length() - ".java".length());
ruleLines.add(path);
Utils.out.print(Utils.OUTPUTLEVEL_NODEBUG, "Found external rule: " + p.toAbsolutePath().toString());
Utils.out.print(Utils.OUTPUTLEVEL_NODEBUG, "RulesManager", "Found external rule: " + p.toAbsolutePath().toString());
System.err.println(path);
}
});