Removed old comments

This commit is contained in:
Alexander Cerutti
2021-10-03 17:07:00 +02:00
parent 9b81def335
commit cd289ef164

View File

@@ -149,10 +149,6 @@ export default class PKPass extends Bundle {
) {
super("application/vnd.apple.pkpass");
/**
* @TODO Validate options against Joi Schema
*/
const buffersEntries = Object.entries(buffers);
for (
@@ -580,10 +576,6 @@ export default class PKPass extends Bundle {
}
}
/**
* @TODO pack out fields from FieldsArray
*/
const manifest = this[createManifestSymbol]();
super.addBuffer("manifest.json", Buffer.from(JSON.stringify(manifest)));