From 894f622820f5bf9fb6b80cbaf2a65b8c6eaeecf8 Mon Sep 17 00:00:00 2001 From: endolf Date: Thu, 4 Sep 2003 11:58:06 +0000 Subject: 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 --- .../src/java/net/java/games/input/DefaultControllerEnvironment.java | 3 --- 1 file changed, 3 deletions(-) (limited to 'coreAPI') 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") + -- cgit v1.2.3