]> gitweb.fperrin.net Git - GpsPrune.git/blobdiff - tim/prune/ExternalTools.java
Version 9, February 2010
[GpsPrune.git] / tim / prune / ExternalTools.java
index a2d3e56b6f75c2315832f8c89809a3d442fd6159..31c03026813a046293db5cfa870b614f52ec6692 100644 (file)
@@ -2,6 +2,8 @@ package tim.prune;
 
 import java.io.IOException;
 
+import tim.prune.config.Config;
+
 
 /**
  * Class to manage interfaces to external tools, like exiftool
@@ -65,7 +67,6 @@ public abstract class ExternalTools
         */
        private static boolean check(String inCommand)
        {
-               // System.out.println("Checking tool '" + inCommand + "'");
                try
                {
                        Runtime.getRuntime().exec(inCommand);