mirror of
https://github.com/Qortal/qortal.git
synced 2025-07-22 20:26:50 +00:00
Removed debugging log that wasn't intended to be committed.
This commit is contained in:
@@ -258,7 +258,6 @@ public class DataFile {
|
||||
Path path = Paths.get(this.filePath);
|
||||
try {
|
||||
byte[] bytes = Files.readAllBytes(path);
|
||||
LOGGER.info("getBytes: %d", bytes);
|
||||
return bytes;
|
||||
} catch (IOException e) {
|
||||
LOGGER.error("Unable to read bytes for file");
|
||||
|
Reference in New Issue
Block a user