diff --git a/src/PKPass.ts b/src/PKPass.ts index c4b0c7e..891e5c5 100644 --- a/src/PKPass.ts +++ b/src/PKPass.ts @@ -462,10 +462,6 @@ export default class PKPass extends Bundle { console.warn( "Cannot find a valid type in pass.json. You won't be able to set fields until you won't set explicitly one.", ); - } else { - console.warn( - "Cannot find a new valid type in pass.json. Fields have not been resetted.", - ); } } else { this.type = type;