Forgot to remove debug before commiting

This commit is contained in:
endolf 2003-09-04 11:58:06 +00:00
parent 19b89b0942
commit 3c3175b242

View file

@ -161,10 +161,7 @@ class DefaultControllerEnvironment extends ControllerEnvironment {
private void scanControllers() {
String pluginPathName = System.getProperty("jinput.controllerPluginPath");
if(pluginPathName == null) {
System.out.println("Using default controller plugin path");
pluginPathName = "controller";
} else {
System.out.println("Using specified controller plugin path (" + pluginPathName + ")");
}
scanControllersAt(System.getProperty("java.home") +