forked from Qortal/qortal
Removed debugging log that wasn't intended to be committed.
This commit is contained in:
parent
aafb9d7e4f
commit
8e35f131d5
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user