diff --git a/request-cluster.ts b/request-cluster.ts index 166381e..7a9972d 100644 --- a/request-cluster.ts +++ b/request-cluster.ts @@ -24,11 +24,11 @@ export class StolenDataEntry { public name: string, public value: string ) { - try { - this.iab = TCString.decode(value); - // console.log(this.iab); - this.isIAB = true; - } catch (e) {} + // try { + // this.iab = TCString.decode(value); + // // console.log(this.iab); + // this.isIAB = true; + // } catch (e) {} this.id = id.next().value as number; }