diff --git a/noname/library/element/vcard.js b/noname/library/element/vcard.js index a0bc68e30..deca706e7 100644 --- a/noname/library/element/vcard.js +++ b/noname/library/element/vcard.js @@ -13,10 +13,6 @@ export class VCard { * @param { string } [nature] */ constructor(suitOrCard, numberOrCards, name, nature) { - if (suitOrCard instanceof VCard) { - const other = suitOrCard; - [suitOrCard, numberOrCards, name, nature] = other._args; - } if (Array.isArray(suitOrCard)) { /**