Hide IAB info for now
This commit is contained in:
		
							parent
							
								
									b53f0b3bb0
								
							
						
					
					
						commit
						29d1131a6f
					
				@ -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;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user