From 945a653f223f21b41da998acd10ba60d7fce3ef0 Mon Sep 17 00:00:00 2001 From: Alexander Cerutti Date: Tue, 28 Sep 2021 01:02:41 +0200 Subject: [PATCH] Changed comment and warn --- src/PKPass.ts | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/PKPass.ts b/src/PKPass.ts index 54c0e12..dd8d9c0 100644 --- a/src/PKPass.ts +++ b/src/PKPass.ts @@ -81,13 +81,6 @@ export default class PKPass extends Bundle { ); } - /** Disk model reading is happening here */ - - /** - * @TODO Rename bundles in something else. - * @TODO determine how to use localized files - */ - buffers = await getModelFolderContents(source.model); } @@ -413,7 +406,7 @@ export default class PKPass extends Bundle { if (colorInProps && !isValidRGB(colorInProps)) { console.warn( - `'${colorProperty}' property has been removed from pass.json as it has not a valid RGB-strin value.`, + `'${colorProperty}' property has been removed from pass.json as it has not a valid RGB-string value.`, ); delete this[propsSymbol][colorProperty];