Removed old logs

This commit is contained in:
Lucas Dower 2022-10-06 20:30:33 +01:00
parent 57514727f5
commit 426a8fc4d2
2 changed files with 0 additions and 2 deletions

View File

@ -101,7 +101,6 @@ export class NBTExporter extends IExporter {
},
};
LOG(nbt);
saveNBT(nbt, filePath);
return false;

View File

@ -85,7 +85,6 @@ export class SchemExporter extends IExporter {
},
};
LOG(nbt);
saveNBT(nbt, filePath);
return false;