diff options
author | endolf <[email protected]> | 2003-09-04 11:58:06 +0000 |
---|---|---|
committer | endolf <[email protected]> | 2003-09-04 11:58:06 +0000 |
commit | 894f622820f5bf9fb6b80cbaf2a65b8c6eaeecf8 (patch) | |
tree | 8af40fdd04a594b0e8ea4a210218db69bb5a39d5 | |
parent | c97de0158caccce8cb22aaaeff9713b8fd80be2e (diff) |
Forgot to remove debug before commiting
git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@47 e343933a-64c8-49c5-92b1-88f2ce3e89e8
-rw-r--r-- | coreAPI/src/java/net/java/games/input/DefaultControllerEnvironment.java | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/coreAPI/src/java/net/java/games/input/DefaultControllerEnvironment.java b/coreAPI/src/java/net/java/games/input/DefaultControllerEnvironment.java index 75009de..7a62286 100644 --- a/coreAPI/src/java/net/java/games/input/DefaultControllerEnvironment.java +++ b/coreAPI/src/java/net/java/games/input/DefaultControllerEnvironment.java @@ -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") + |