forked from Qortal/qortal
Reduced log spam.
This commit is contained in:
parent
8973626a4b
commit
fe7c40cb7c
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user