Hide IAB info for now

This commit is contained in:
Kuba Orlik 2021-11-06 22:33:49 +01:00
parent b53f0b3bb0
commit 29d1131a6f
1 changed files with 5 additions and 5 deletions

View File

@ -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;
}