Reduced log spam.

This commit is contained in:
CalDescent 2021-06-25 19:31:28 +01:00
parent 8973626a4b
commit fe7c40cb7c

View File

@ -209,8 +209,6 @@ public class WebsiteResource {
return this.get404Response();
}
String newHash = dataFile.base58Digest();
LOGGER.info("newHash: {}", newHash);
if (!dataFile.base58Digest().equals(resourceId)) {
LOGGER.info("Unable to validate complete file hash");
return this.get404Response();