mirror of
https://github.com/Qortal/qortal.git
synced 2025-03-13 11:12:31 +00:00
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