Disable debug in file visitor.
authorMathieu Baudier <mbaudier@argeo.org>
Thu, 17 Oct 2019 10:49:57 +0000 (12:49 +0200)
committerMathieu Baudier <mbaudier@argeo.org>
Thu, 17 Oct 2019 10:49:57 +0000 (12:49 +0200)
org.argeo.enterprise/src/org/argeo/fs/BasicSyncFileVisitor.java

index 6c9f39913f475bdd417aedf1be7917ce5f49d31b..c60492d0847285ce3eae690f37bf74e2250dd1f9 100644 (file)
@@ -12,7 +12,7 @@ import java.nio.file.attribute.FileTime;
 /** Synchronises two directory structures. */
 public class BasicSyncFileVisitor extends SimpleFileVisitor<Path> {
        // TODO make it configurable
-       private boolean debug = true;
+       private boolean debug = false;
 
        private final Path sourceBasePath;
        private final Path targetBasePath;