From 0b2cd19cac2cca8b7569ee380e2dbf2b4e13aecd Mon Sep 17 00:00:00 2001 From: fros4943 Date: Mon, 2 Nov 2009 13:18:27 +0000 Subject: [PATCH] removed debugging output --- tools/cooja/java/se/sics/cooja/GUI.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/cooja/java/se/sics/cooja/GUI.java b/tools/cooja/java/se/sics/cooja/GUI.java index 617990506..6aae301b3 100644 --- a/tools/cooja/java/se/sics/cooja/GUI.java +++ b/tools/cooja/java/se/sics/cooja/GUI.java @@ -24,7 +24,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: GUI.java,v 1.150 2009/10/30 15:27:26 nifi Exp $ + * $Id: GUI.java,v 1.151 2009/11/02 13:18:27 fros4943 Exp $ */ package se.sics.cooja; @@ -3961,7 +3961,7 @@ public class GUI extends Observable { } if (!fileCanonical.startsWith(configCanonical)) { /* File is not in a config subdirectory */ - logger.info("File is not in a config subdirectory: " + file.getAbsolutePath()); + /*logger.info("File is not in a config subdirectory: " + file.getAbsolutePath());*/ return null; }