Removed debug code
This commit is contained in:
parent
7ce674b1f6
commit
0a438ae0e4
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ public class HelloClient extends DataHandler.FromServer {
|
|||
SubFile localSubFile = localDescriptor.getLocalSubFile(subFile.relPath);
|
||||
if (localSubFile != null) {
|
||||
//the file exists locally, check if the hashes match
|
||||
if (true || !localSubFile.hash.equals(subFile.hash)) {
|
||||
if (!localSubFile.hash.equals(subFile.hash)) {
|
||||
BCLib.LOGGER.info(" * " + subFile.relPath + " (changed)");
|
||||
filesToRequest.add(new AutoSyncID.ForDirectFileRequest(desc.folderID, new File(subFile.relPath)));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue