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 name: string,
public value: string public value: string
) { ) {
try { // try {
this.iab = TCString.decode(value); // this.iab = TCString.decode(value);
// console.log(this.iab); // // console.log(this.iab);
this.isIAB = true; // this.isIAB = true;
} catch (e) {} // } catch (e) {}
this.id = id.next().value as number; this.id = id.next().value as number;
} }